Plan2Adapt Version 2 is an updated and improved version of the original Plan2Adapt v1.
- Goals and product requirements
- Requirements
- Installation
- Configuration
- Development
- Production
- Developer notes
- Project initialization
To create a release version:
- Increment
version
inpackage.json
- Summarize the changes from the last version in
NEWS.md
- 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