autotag icon indicating copy to clipboard operation
autotag copied to clipboard

Git repository version tagging tool

Results 14 autotag issues
Sort by recently updated
recently updated
newest added

Hi, first of all thanks for this cool project. I have a somewhat specific usecase where I would need to ignore some tags following a pattern when calculating the next...

Bumps [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) from 1.5.0 to 1.6.0. Release notes Sourced from github.com/hashicorp/go-version's releases. v1.6.0 FEATURES: Add Prerelease function to Constraint to return true if the version includes a prerelease field (#100)...

dependencies

Bumps [github.com/gogs/git-module](https://github.com/gogs/git-module) from 1.6.0 to 1.7.0. Release notes Sourced from github.com/gogs/git-module's releases. 1.7.0 What's Changed feat(repo_blob): add CatFileBlob by @​jonatan5524 in gogs/git-module#79 New Contributors @​jonatan5524 made their first contribution in...

dependencies

In a monorepo containing multiple go modules, versioning of each module is possible using the subdirectory prefix. This way `go get` will use the version specific to the module of...

enhancement
help wanted

This is somewhat related to #18 Our dev preview tags look like `X.Y.Z-dev.A` Sometimes we tag multiple dev previews before releasing the final version. I guess the same could be...

enhancement
help wanted

This issue, **I think**, is related if not the reason #72 was discovered. It appears that the logic for determining versions, particularly in the context of `!`, is not working...

bug
help wanted

It would be interesting to support other versioning schemes besides SemVer. CalVer (https://calver.org/) comes to mind. Are there others we should consider?

enhancement
help wanted
question

platform darwin/arm64 is not supported

Bumps [github.com/gogs/git-module](https://github.com/gogs/git-module) from 1.6.0 to 1.8.3. Release notes Sourced from github.com/gogs/git-module's releases. 1.8.3 What's Changed feat: add server-side git commands by @​aymanbagabas in gogs/git-module#96 Full Changelog: https://github.com/gogs/git-module/compare/v1.8.2...v1.8.3 1.8.2 What's Changed...

dependencies

I wasn't able to tag a bare repository which looks like this: ``` ./ ../ branches/ config description HEAD hooks/ info/ objects/ refs/ ```