Browse Source

remove prerelease tag

pull/8156/head
Preetha 4 years ago committed by GitHub
parent
commit
8bf0432fae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      website/pages/downloads/index.jsx

5
website/pages/downloads/index.jsx

@ -11,11 +11,6 @@ export default function DownloadsPage({ downloadData }) {
product="Consul"
version={VERSION}
downloads={downloadData}
prerelease={{
type: 'beta', // the type of prerelease: beta, release candidate, etc.
name: 'v1.8.0', // the name displayed in text on the website
version: '1.8.0-beta2', // the actual version tag that was pushed to releases.hashicorp.com
}}
>
<p>
<a href="/downloads_tools">&raquo; Download Consul Tools</a>

Loading…
Cancel
Save