From 2fcb080aa673ad14a8e1e07bac24ac985baff687 Mon Sep 17 00:00:00 2001 From: James Tucker Date: Mon, 16 Sep 2024 13:11:50 -0700 Subject: [PATCH] Makefile: ensure go.toolchain.rev is included in bumposs Updates #501 Signed-off-by: James Tucker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f8a0416..9373535 100644 --- a/Makefile +++ b/Makefile @@ -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