makefile: fix oss bump commit message

bumping -> bump

Signed-off-by: Jonathan Nobels <jonathan@tailscale.com>
jonathan/bump_fix
Jonathan Nobels 3 months ago
parent 20a5beab3e
commit 69ed86a400

@ -182,7 +182,7 @@ androidpath:
.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: bump OSS" -m "OSS and Version updated to ${VERSION_LONG}" 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