-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bernhard Grünewaldt
committed
Feb 16, 2017
1 parent
8731bae
commit 519752d
Showing
1 changed file
with
5 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,14 @@ | ||
# Howto Publish to npmjs.org | ||
# Howto Publish | ||
|
||
(1) use this because of npm proxy: | ||
INFO: jsdelivr uses github `build/*` files | ||
|
||
``` | ||
npm --registry https://registry.npmjs.org/ login | ||
npm --registry https://registry.npmjs.org/ publish | ||
``` | ||
|
||
(2) Create Git Tag | ||
(1) Create Git Tag | ||
|
||
``` | ||
git tag -a 0.0.15 -m "rel 0.0.15" | ||
git push origin 0.0.15 | ||
``` | ||
|
||
(3) Go to github releases and create release from tag. | ||
(2) Go to github releases and create release from tag. | ||
|
||
(4) Increase version in package.json. | ||
(3) Increase version in package.json. |