how_to_release.txt 521 B

1234567891011121314151617
  1. To make a release...
  2. 1. Make changes
  3. 2. Commit and push changes
  4. 3. git tag -a 7.4.28 -m "Release 7.4.28"
  5. 4. git push origin 7.4.28
  6. 5. set GH_TOKEN environment variable
  7. 6. 7z a bufexplorer-7.4.28.zip plugin\bufexplorer.vim doc\bufexplorer.txt
  8. 7. gh release 7.4.28 --notes-from-tag bufexplorer-7.4.28.zip
  9. If something happens and the tag is messed up, you will need to delete the
  10. local and remote tag and release again. To delete the tag:
  11. 1. git tag -d 7.4.27
  12. 2. git push --delete origin 7.4.27
  13. 3. Remove the release.