Skip to content

Commit

Permalink
0.0.1-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
w2sv committed Mar 6, 2024
1 parent c66cd1c commit 4c436ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ SHELL=/bin/bash
VERSION := $(shell grep -Po '^version=\K.*' gradle.properties)

publish:
@echo "$$$$$ Assembling & running checks $$$$$"
@echo "###### Assembling & running checks ######"
@./gradlew build
@echo "$$$$$ Pushing latest changes $$$$$"
@echo "###### Pushing latest changes ######"
@git status;git add .;git commit -m '$(VERSION)';git push
@echo "$$$$$ Creating release $$$$$"
@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-rc4
version=0.0.1-rc5

0 comments on commit 4c436ae

Please sign in to comment.