Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
g1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
76
Issues
76
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cto
g1
Commits
45e50d7b
Commit
45e50d7b
authored
Feb 01, 2019
by
S Anand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DOC: update contribution docs for npm
parent
b93a65c5
Pipeline
#75157
skipped
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
CONTRIBUTING.md
CONTRIBUTING.md
+5
-2
No files found.
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