mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
build: remove incremental versionin, this is done by npm run release script
This commit is contained in:
parent
0dfba81fb3
commit
4995d19d3e
1 changed files with 0 additions and 3 deletions
|
@ -6,8 +6,5 @@ lastTag=$(git describe --tags $(git rev-list --tags --max-count=1))
|
|||
# Print it to the console for verification
|
||||
echo "Bumping version to new tag: ${lastTag}"
|
||||
|
||||
# Bump the version
|
||||
npm --no-git-tag-version version $lastTag
|
||||
|
||||
# Publish to NPM
|
||||
npm publish
|
||||
|
|
Loading…
Reference in a new issue