You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 project
git tag -a v0.0.1 -m "my fancy 💄 release" <= create a release from the current master branch.
cheers 🍻
Chris
The text was updated successfully, but these errors were encountered:
ipatch
changed the title
FEATURE REQUEST: can y'all using the tagging system provided with git to tag release?
FEATURE REQUEST: can y'all using the tagging system provided with git to tag a release?
Mar 27, 2018
ipatch
changed the title
FEATURE REQUEST: can y'all using the tagging system provided with git to tag a release?
FEATURE REQUEST: can y'all start using the tagging system provided with git to tag a release?
Mar 27, 2018
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
The text was updated successfully, but these errors were encountered: