File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
PACKAGE_VERSION=$( cat ./package.json | jq -r ' .version' )
6
6
>&2 echo " updating gradle version name to $PACKAGE_VERSION "
7
7
8
- SNAPSHOT_VERSION=$( ./ci /increment_semver.sh -p $PACKAGE_VERSION ) " -SNAPSHOT"
8
+ SNAPSHOT_VERSION=$( ./scripts /increment_semver.sh -p $PACKAGE_VERSION ) " -SNAPSHOT"
9
9
>&2 echo " next snapshot version to $SNAPSHOT_VERSION "
10
10
11
11
# sed command works only on linux based systems as macOS version expects a backup file passed additionally
Original file line number Diff line number Diff line change 5
5
PACKAGE_VERSION=$( cat ./package.json | jq -r ' .version' )
6
6
>&2 echo " current version: $PACKAGE_VERSION "
7
7
8
- SNAPSHOT_VERSION=$( ./ci /increment_semver.sh -p $PACKAGE_VERSION ) " -SNAPSHOT"
8
+ SNAPSHOT_VERSION=$( ./scripts /increment_semver.sh -p $PACKAGE_VERSION ) " -SNAPSHOT"
9
9
>&2 echo " updating snapshot version to $SNAPSHOT_VERSION "
10
10
11
11
# sed command works only on linux based systems as macOS version expects a backup file passed additionally
You can’t perform that action at this time.
0 commit comments