We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f3f73 commit 18b8c78Copy full SHA for 18b8c78
Makefile
@@ -208,7 +208,7 @@ tag_release: ## Tag the current commit with the current version
208
209
.PHONY: bumposs ## Bump to the latest oss and update teh versions.
210
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
+ git commit -sm "android: bump OSS" -m "OSS and Version updated to ${VERSION_LONG}" go.toolchain.rev android/build.gradle go.mod go.sum
212
git tag -a "$(VERSION_LONG)" -m "OSS and Version updated to ${VERSION_LONG}"
213
214
.PHONY: bump_version_code
0 commit comments