- Run unit tests:
make test - Update changelog in
README.md - Update version in
plugin/localvimrc.vim - Convert
README.mdto 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 git@github.com:embear/vim-localvimrc.git-git push --tags git@github.com:embear/vim-localvimrc.git - Create a Vimball archive:
make package - Create a release on VIM online and GitHub