mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-16 23:33:40 -05:00
624 B
624 B
Description of Changes
Closes #
New Version Info
- Derive a new version number. Increment the:
MAJORversion when you make incompatible API changesMINORversion when you add functionality in a backwards-compatible mannerPATCHversion when you make backwards-compatible bug fixes
- Update CHANGELOG.md, following the established pattern.
- Tag the merge commit, e.g.
git tag -a 3.1.4 -m "v3.1.4" && git push origin --tags