Skip to content

Please add git tag #12

@sergey-shambir

Description

@sergey-shambir

It's better to use semantic versioning with git tags - dep and go mod will automatically fetch tags as available versions.
Tag is immutable (until force push used), so it's more reliable to avoid pulling breaking changes when library updates.

Can you please add tag v1.0.0 or v1.0 to this repository?

git tag
git tag v1.0
git push origin v1.0

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