Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cto
g1
Commits
45e50d7b
Commit
45e50d7b
authored
Feb 01, 2019
by
S Anand
Browse files
DOC: update contribution docs for npm
parent
b93a65c5
Pipeline
#75157
skipped
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING.md
View file @
45e50d7b
...
...
@@ -84,9 +84,12 @@ To publish a new version on npm:
# Merge into dev branch
git checkout master
git merge dev
git tag -a v0.x.x
#
Add a one-line summary
git tag -a v0.x.x
-m"
Add a one-line summary
"
git push --follow-tags
npm publish # as sanand0
# Publish to https://www.npmjs/package/g1
# Maintained currently by @sanand0
npm publish
git checkout dev
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment