Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1014 Bytes

File metadata and controls

32 lines (24 loc) · 1014 Bytes

Plan2Adapt Version 2

Node CI Docker Publishing

Plan2Adapt Version 2 is an updated and improved version of the original Plan2Adapt v1.

Documentation

Releasing

To create a release version:

  1. Increment version in package.json
  2. Summarize the changes from the last version in NEWS.md
  3. Commit these changes, then tag the release:
git add package.json NEWS.md
git commit -m"Bump to version x.x.x"
git tag -a -m"x.x.x" x.x.x
git push --follow-tags