File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1414
1515# Bump these on release
1616VERSION_MAJOR ?= 1
17- VERSION_MINOR ?= 17
17+ VERSION_MINOR ?= 18
1818VERSION_BUILD ?= 0
1919
2020VERSION ?= v$(VERSION_MAJOR ) .$(VERSION_MINOR ) .$(VERSION_BUILD )
Original file line number Diff line number Diff line change @@ -4,5 +4,6 @@ Barebones releasing instructions
44
55- Update Makefile ` VERSION_xxx ` and submit changes
66- 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
7+ - Tagging triggers a goreleaser build on github actions
8+ - Artifacts are automatically added to the github release
9+ - Container images are published to ghcr.io/GoogleContainerTools/container-structure-test (: latest , :<version >)
You can’t perform that action at this time.
0 commit comments