Skip to content

Commit 18b8c78

Browse files
authored
android: update PR description for bumposs to use "bump" (#543)
Updates #cleanup Signed-off-by: kari-ts <[email protected]>
1 parent 83f3f73 commit 18b8c78

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
@@ -208,7 +208,7 @@ tag_release: ## Tag the current commit with the current version
208208

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

214214
.PHONY: bump_version_code

0 commit comments

Comments
 (0)