Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels