Skip to content

Commit c85fbf4

Browse files
fix(release): Add missing var to post-release script (#1587)
1 parent aca78d9 commit c85fbf4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

scripts/bump-version.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ cd $SCRIPT_DIR/..
77
OLD_VERSION="$1"
88
NEW_VERSION="$2"
99

10-
echo $OLD_VERSION
11-
echo $NEW_VERSION
12-
1310
GRADLE_FILEPATH="gradle.properties"
1411

1512
# Replace `versionName` with the given version

scripts/post-release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ cd $SCRIPT_DIR/..
77
OLD_VERSION="${1}"
88
NEW_VERSION="${2}"
99

10+
GRADLE_FILEPATH="gradle.properties"
11+
1012
# Add a new unreleased entry in the changelog
1113
sed -i "" 's/# Changelog/# Changelog\n\n## Unreleased/' CHANGELOG.md
1214

0 commit comments

Comments
 (0)