Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 688 Bytes

RELEASE.md

File metadata and controls

16 lines (14 loc) · 688 Bytes

Create a release

  1. Run unit tests: make test
  2. Update changelog in README.md
  3. Update version in plugin/localvimrc.vim
  4. Convert README.md to help file: make doc
  5. Commit current version: git commit -m 'prepare release vX.Y.Z'
  6. Tag version: git tag vX.Y.Z -m 'tag release vX.Y.Z' -s
  7. Push release to GitHub: - git push [email protected]:embear/vim-localvimrc.git - git push --tags [email protected]:embear/vim-localvimrc.git
  8. Create a Vimball archive: make package
  9. Create a release on VIM online and GitHub