From 18b8c78754baac3e6c48ffbcac73804a6946273f Mon Sep 17 00:00:00 2001 From: kari-ts <135075563+kari-ts@users.noreply.github.com> Date: Tue, 15 Oct 2024 10:35:45 -0700 Subject: [PATCH] android: update PR description for bumposs to use "bump" (#543) Updates #cleanup Signed-off-by: kari-ts --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d6d3a41..7257bb8 100644 --- a/Makefile +++ b/Makefile @@ -208,7 +208,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}" go.toolchain.rev android/build.gradle go.mod go.sum + git commit -sm "android: bump 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