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
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
In some cases it would be nice to see what taggit will produce without actually creating it.
For example, a CI pipeline that injects the version string at build time would need to know the next version (i.e. run taggit in -dry mode), commit the change, then run taggit again for real to create and publish the version.
Noticed I was really sloppy with the existing flags where it just gets pulled from the FlagSet. Ideally we should follow the example, which creates a local variable and passes it in by reference to be set during Parse.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In some cases it would be nice to see what
taggit
will produce without actually creating it.For example, a CI pipeline that injects the version string at build time would need to know the next version (i.e. run
taggit
in-dry
mode), commit the change, then runtaggit
again for real to create and publish the version.Noticed I was really sloppy with the existing flags where it just gets pulled from the FlagSet. Ideally we should follow the example, which creates a local variable and passes it in by reference to be set during
Parse
.The text was updated successfully, but these errors were encountered: