Skip to content

FEATURE REQUEST: can y'all start using the tagging system provided with git to tag a release? #57

Open
@ipatch

Description

@ipatch

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions