Skip to content

Commit 6fe24a1

Browse files
committed
Add releasing instructions lite
1 parent cb10342 commit 6fe24a1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Bump these on release
1616
VERSION_MAJOR ?= 1
17-
VERSION_MINOR ?= 13
17+
VERSION_MINOR ?= 14
1818
VERSION_BUILD ?= 0
1919

2020
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)

RELEASING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Releasing
2+
3+
Barebones releasing instructions
4+
5+
- Update Makefile `VERSION_xxx` and submit changes
6+
- Tag the new release (at the above commit)
7+
- Tagging triggers a build on cloud build
8+
- Go update the release on github with artifacts (from gcs) and release notes

0 commit comments

Comments
 (0)