1
0
Fork 0
mirror of synced 2024-06-29 12:01:09 -04:00
ultimate-vim/sources_non_forked/nerdtree/.github/PULL_REQUEST_TEMPLATE.md
Amir Salihefendic 3aefdbd21a Updated plugins
2019-08-22 17:36:17 +02:00

624 B

Description of Changes

Closes #


New Version Info

  • Derive a new version number. Increment the:
    • MAJOR version when you make incompatible API changes
    • MINOR version when you add functionality in a backwards-compatible manner
    • PATCH version 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