1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

chore: remove old scripts

This commit is contained in:
Juan Picado @jotadeveloper 2019-04-15 20:45:07 +02:00
parent d7e1a97a7c
commit f94fa08002
No known key found for this signature in database
GPG Key ID: 18AC54485952D158
3 changed files with 1 additions and 21 deletions

@ -1,10 +0,0 @@
#!/bin/bash
# Get the last tag from GitHub
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}"
# Publish to NPM
npm publish --tag alpha

@ -1,10 +0,0 @@
#!/bin/bash
# Get the last tag from GitHub
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}"
# Publish to NPM
npm publish --tag beta

@ -7,4 +7,4 @@ lastTag=$(git describe --tags $(git rev-list --tags --max-count=1))
echo "Bumping version to new tag: ${lastTag}"
# Publish to NPM
npm publish --tag beta --registry https://registry.npmjs.org/
npm publish --tag next --registry https://registry.npmjs.org/