Merge pull request #8443 from bridgetkromhout/clarify-comments

Clarify comments to match practice
pull/8452/head
Matt Farina 4 years ago committed by GitHub
commit bf96db7e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,11 +25,9 @@ import (
var (
// version is the current version of Helm.
// Update this whenever making a new release.
// The version is of the format Major.Minor.Patch[-Prerelease][+BuildMetadata]
//
// Increment major number for new feature additions and behavioral changes.
// Increment minor number for bug fixes and performance enhancements.
// Increment patch number for critical fixes to existing releases.
version = "v3.3"
// metadata is extra build time data

Loading…
Cancel
Save