669 B
669 B
Release proboctl
After confirming commits below, follow the common steps.
Track facts
- Tag pattern:
proboctl/v* - Version source:
cmd/proboctl/VERSION(singleX.Y.Zline) - Version bump: Edit
cmd/proboctl/VERSIONdirectly - Changelog:
cmd/proboctl/CHANGELOG.md - Files to stage:
cmd/proboctl/VERSION,cmd/proboctl/CHANGELOG.md - Path filter:
cmd/proboctl pkg/proboctl
Detect commits
git log $(git describe --tags --abbrev=0 --match='proboctl/v*')..HEAD --oneline \
-- cmd/proboctl pkg/proboctl
If empty or non-user-facing only, do not release this track.