rebelot / heirline.nvim

Heirline.nvim is a no-nonsense Neovim Statusline plugin designed around recursive inheritance to be exceptionally fast and versatile.
MIT License
968 stars 38 forks source link

ci: add release please to add semantic versioning #154

Closed mehalter closed 1 year ago

mehalter commented 1 year ago

This adds the release please github action for making release PRs to automate the release process and add semantic versioning tracking to Heirline! It automatically calculates the next version based on conventional commit messages which you are following :)

rebelot commented 1 year ago

This is great! thanks for your contribution :)