Support for creating a tag for a specific commit #235
dominickgallo
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This feature sounds reasonable to me, if it’s easy to achieve with the
underlying libraries
…On Wed, 9 Jul 2025 at 8:17 pm, dominickgallo ***@***.***> wrote:
I would like to use the commit-and-tag-version tool but specify a specific
commit for which the tag should be created for, the current code of the
script lib/lifecycles/tag.js looks like this use case is not supported and
the git tag is always created for the latest commit.
Could a new flag/option (--commit) be added that can be passed in order to
create a tag for a specific commit?
—
Reply to this email directly, view it on GitHub
<#235>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAG7HQJDLODKNYGOIOMRMO33HTT3DAVCNFSM6AAAAACBDVNW6KVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZYGU2TQNZWGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to use the commit-and-tag-version tool but define a specific commit for which the tag should be created, the current code of the script lib/lifecycles/tag.js looks like this use case is not supported and the git tag is always created for the latest commit.
Could a new flag/option (e.g. --commit) be added to pass a specific commit for which the tag is created?
Beta Was this translation helpful? Give feedback.
All reactions