mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-16 23:33:40 -05:00
824 B
824 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 this format/example:
#### MAJOR.MINOR... - **.PATCH**: PR Title (Author) [#PR Number](link to PR) #### 5.1... - **.1**: Update Changelog and create PR Template (PhilRunninger) [#1007](https://github.com/scrooloose/nerdtree/pull/1007) - **.0**: Too many changes for one patch...