mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-17 15:53:40 -05:00
* Remove @mentions from PR template and change log. They weren't working. * Update version number and change log.
839 B
839 B
Description of Changes
Closes #
New Version Info
- Derive a new version number. Increment the:
MAJORversion when you make incompatible API changes,MINORversion when you add functionality in a backwards-compatible manner, andPATCHversion when you make backwards-compatible bug fixes.
- Update version number in autoload/nerdtree.vim
- Update the ChangeLog, following this format/example:
MAJOR.MINOR... - **.PATCH**: PR Title (Author) #PR Number ### 5.1... - **.1**: Update Changelog and create PR Template (PhilRunninger) #1007 - **.0**: Too many changes for one patch...