vim-markdown-composer
vim-markdown-composer copied to clipboard
FEATURE REQUEST: can y'all start using the tagging system provided with git to tag a release?
Do you guys and gals mind using some form of a release version / tagging system to let us and I use that term collectively know what version of this plugin is at?
It's pretty simple to use tags with git, ie.
git tag --list<= show all tags for a git projectgit tag -a v0.0.1 -m "my fancy 💄 release"<= create a release from the current master branch.
cheers 🍻 Chris