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