[Pkg-javascript-commits] [leaflet] 46/78: remove npm beta tag for stable versions
Jonas Smedegaard
dr at jones.dk
Sat May 7 08:58:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet.
commit 234dd065168d2970737cd7b2c7086de215b1e09f
Author: Vladimir Agafonkin <agafonkin at gmail.com>
Date: Mon Oct 26 11:56:53 2015 +0200
remove npm beta tag for stable versions
---
build/publish.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build/publish.sh b/build/publish.sh
index ed56dca..c1400ec 100755
--- a/build/publish.sh
+++ b/build/publish.sh
@@ -20,7 +20,7 @@ git commit -m "v$VERSION"
git tag v$VERSION -f
git push --tags -f
-npm publish --tag beta
+npm publish
git checkout master
git branch -D build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git
More information about the Pkg-javascript-commits
mailing list