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 aca78d9 commit c85fbf4Copy full SHA for c85fbf4
scripts/bump-version.sh
@@ -7,9 +7,6 @@ cd $SCRIPT_DIR/..
7
OLD_VERSION="$1"
8
NEW_VERSION="$2"
9
10
-echo $OLD_VERSION
11
-echo $NEW_VERSION
12
-
13
GRADLE_FILEPATH="gradle.properties"
14
15
# Replace `versionName` with the given version
scripts/post-release.sh
@@ -7,6 +7,8 @@ cd $SCRIPT_DIR/..
OLD_VERSION="${1}"
NEW_VERSION="${2}"
+GRADLE_FILEPATH="gradle.properties"
+
# Add a new unreleased entry in the changelog
sed -i "" 's/# Changelog/# Changelog\n\n## Unreleased/' CHANGELOG.md
0 commit comments