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 14
14
15
15
# Bump these on release
16
16
VERSION_MAJOR ?= 1
17
- VERSION_MINOR ?= 17
17
+ VERSION_MINOR ?= 18
18
18
VERSION_BUILD ?= 0
19
19
20
20
VERSION ?= v$(VERSION_MAJOR ) .$(VERSION_MINOR ) .$(VERSION_BUILD )
Original file line number Diff line number Diff line change @@ -4,5 +4,6 @@ Barebones releasing instructions
4
4
5
5
- Update Makefile ` VERSION_xxx ` and submit changes
6
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
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