- Update Changelog in
README.md
- Convert
README.md
to help file:html2vimdoc -f localvimrc README.md >doc/localvimrc.txt
- Commit current version:
hg commit -m 'prepare release vX.Y.Z'
- Tag version:
hg tag vX.Y.Z -m 'tag release vX.Y.Z'
- Push release to Bitbucket and GitHub:
-
hg push ssh://[email protected]/embear/localvimrc
-hg push git+ssh://[email protected]:embear/vim-localvimrc.git
- Create a Vimball archive:
hg locate | vim -C -c '%MkVimball! localvimrc .' -c 'q!' -
- Update VIM online