Skip to content

Commit

Permalink
android: update PR description for bumposs to use "bump" (#543)
Browse files Browse the repository at this point in the history
Updates #cleanup

Signed-off-by: kari-ts <kari@tailscale.com>
  • Loading branch information
kari-ts authored Oct 15, 2024
1 parent 83f3f73 commit 18b8c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18b8c78

Please sign in to comment.