Skip to content

Commit

Permalink
Fix yarn.lock and update HOWTO_RELEASE
Browse files Browse the repository at this point in the history
In previous commit I updated all the dependencies with the newest
versions when I really intended to update just one. After asking the
node gurus we agreed on changing the docs to reflect a less aggressive
strategy for dependency upgrades.
  • Loading branch information
Rafa de la Torre committed Jun 22, 2017
1 parent 14e71b9 commit 2dae09c
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 75 deletions.
2 changes: 1 addition & 1 deletion HOWTO_RELEASE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
1. Test (make clean all check), fix if broken before proceeding
2. Ensure proper version in package.json
3. Ensure NEWS section exists for the new version, review it, add release date
4. Recreate yarn.lock with: `yarn upgrade`
4. If there are modified dependencies in package.json, update them with `yarn upgrade {{package_name}}@{{version}}`
5. Commit package.json, yarn.lock, NEWS
6. git tag -a Major.Minor.Patch # use NEWS section as content
7. Stub NEWS/package for next version
Expand Down
Loading

0 comments on commit 2dae09c

Please sign in to comment.