mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Clarify comments to match practice
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
This commit is contained in:
parent
298f574606
commit
fe40c4bf84
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Reference in a new issue