Skip to content

Commit

Permalink
include current version in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
F43nd1r committed Apr 1, 2021
1 parent 5a4965b commit c8584db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

echo "Type version to release"
echo "Type version to release [Current version: $(./gradlew version --no-daemon --quiet --console=plain -Dorg.gradle.jvmargs=-Xmx4g)]"
read -r version
git tag -a "acra-$version" -m "Create version $version"
git push --tags

0 comments on commit c8584db

Please sign in to comment.