Clarify comments to match practice

Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
pull/8227/head
Bridget Kromhout 5 years ago committed by Vlad Fratila
parent 3a8cf95cce
commit 4bcd306e31

@ -25,11 +25,9 @@ import (
var ( var (
// version is the current version of Helm. // version is the current version of Helm.
// Update this whenever making a new release. // 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 major number for new feature additions and behavioral changes.
// Increment minor number for bug fixes and performance enhancements. // Increment minor number for bug fixes and performance enhancements.
// Increment patch number for critical fixes to existing releases.
version = "v3.3" version = "v3.3"
// metadata is extra build time data // metadata is extra build time data

Loading…
Cancel
Save