Skip to content

Commit 2fcb080

Browse files
committed
Makefile: ensure go.toolchain.rev is included in bumposs
Updates #501 Signed-off-by: James Tucker <[email protected]>
1 parent 9e09fad commit 2fcb080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ tag_release: ## Tag the current commit with the current version
207207

208208
.PHONY: bumposs ## Bump to the latest oss and update teh versions.
209209
bumposs: update-oss update-version
210-
git commit -sm "android: bumping OSS" -m "OSS and Version updated to ${VERSION_LONG}" android/build.gradle go.mod go.sum
210+
git commit -sm "android: bumping OSS" -m "OSS and Version updated to ${VERSION_LONG}" go.toolchain.rev android/build.gradle go.mod go.sum
211211
git tag -a "$(VERSION_LONG)" -m "OSS and Version updated to ${VERSION_LONG}"
212212

213213
.PHONY: bump_version_code

0 commit comments

Comments
 (0)