Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #408 from jhellar/git-config
Browse files Browse the repository at this point in the history
configure git user
  • Loading branch information
jhellar authored Jul 19, 2019
2 parents 838755d + 847faef commit 6d2d7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/versionMaster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ NUM_COMMITS="$(git rev-list HEAD --count)"
LAST_COMMIT="$(git rev-parse --short HEAD)"
PRE_ID="dev.$NUM_COMMITS.$LAST_COMMIT"

npx lerna version prerelease --no-push --yes --preid "$PRE_ID"
npx lerna version prerelease --no-push --no-git-tag-version --yes --preid "$PRE_ID"

0 comments on commit 6d2d7a1

Please sign in to comment.