Skip to content

Commit

Permalink
Edit "Updating the npm package" documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stuhlmueller committed Sep 23, 2015
1 parent f17919c commit 652fef5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/development/npm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Updating the npm package

1. Update version in ``docs/conf.py``::

// Edit `version = ...` and `release = ...` in conf.py
git checkout dev
# Edit `version = ...` and `release = ...` in conf.py
git add conf.py
git commit -m "Update version in conf.py"

2. Update version in dev::
2. Update version in `package.json`::

git checkout dev
npm version patch // or minor, or major (needs to match version above)

2. Merge into master::
Expand Down

0 comments on commit 652fef5

Please sign in to comment.