Makefile: ensure go.toolchain.rev is included in bumposs

Updates #501

Signed-off-by: James Tucker <james@tailscale.com>
pull/510/head
James Tucker 2 months ago committed by James Tucker
parent 9e09fad087
commit 2fcb080aa6

@ -207,7 +207,7 @@ tag_release: ## Tag the current commit with the current version
.PHONY: bumposs ## Bump to the latest oss and update teh versions.
bumposs: update-oss update-version
git commit -sm "android: bumping OSS" -m "OSS and Version updated to ${VERSION_LONG}" android/build.gradle go.mod go.sum
git commit -sm "android: bumping OSS" -m "OSS and Version updated to ${VERSION_LONG}" go.toolchain.rev android/build.gradle go.mod go.sum
git tag -a "$(VERSION_LONG)" -m "OSS and Version updated to ${VERSION_LONG}"
.PHONY: bump_version_code

Loading…
Cancel
Save