Skip to content

Commit b401a86

Browse files
committed
Add doc for release process
Also resets the VERSION before next release, to validate the doc
1 parent af902d4 commit b401a86

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/Release_process.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Release process
2+
3+
* Update changelog and version directly on main and commit locally with ""update changelog, up version" comment (thank any contributors in changelog)
4+
* Bump minor version when upgrading marquee dependencies (jsonnet, k8s client, golang, etc.) or when making incompatible changes
5+
* run `./prepare-release.sh`
6+
* push to main with --tags
7+
8+
profit!!

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include Makefile.tools
22

3-
VERSION := 0.15.0
3+
VERSION := 0.14.8
44
SHORT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo dev)
55
GO_VERSION := $(shell go version | awk '{ print $$3}' | sed 's/^go//')
66
FMT_OPTIONS := -x '**/testdata' -x site/themes -x '.vscode/*' -x dist -t jsonnet -t json -t yaml

0 commit comments

Comments
 (0)