Skip to content

Commit

Permalink
0.0.1-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
w2sv committed Mar 6, 2024
1 parent 6e64f5b commit 7dc6d08
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
SHELL=/bin/bash

VERSION := $(shell grep -Po '^version=\K.*' gradle.properties)

publish:
@./gradlew check
@echo "Pushing latest changes"
@git status;git add .;git commit -m '$(VERSION)';git push
@echo "Creating release"
@gh release create $(VERSION) --generate-notes
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ android.defaults.buildfeatures.renderscript=false
android.defaults.buildfeatures.resvalues=false
android.defaults.buildfeatures.shaders=false

version=0.0.1-rc3
version=0.0.1-rc4

0 comments on commit 7dc6d08

Please sign in to comment.