mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-24 21:15:51 +01:00
build: remove incremental versionin, this is done by npm run release script
This commit is contained in:
parent
0dfba81fb3
commit
4995d19d3e
@ -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 New Issue
Block a user