Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Release is the current release of Prow. // Update this whenever making a new release. // The release is of the format Major.Minor.Patch[-Prerelease][+BuildMetadata] // // If it is a development build, the release name is called "canary". // // 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. Release = "v0.2.0-rc1" // BuildMetadata is extra build time data BuildMetadata = "" // GitCommit is the git sha1 GitCommit = "" // GitTreeState is the state of the git tree GitTreeState = "" )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.