Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

Hello @it-praktyk,

I want start by saying that the @semantic-release/git plugin has absolute nothing to do with the git tag creation in the release lifecycle. It is only a plugin that lets you perform git operation with the git cli within your release process.... i.e. git do-something.

So, the gitTag creation during the release process with semantic-release is a separate part in the release step (see https://github.com/semantic-release/semantic-release?tab=readme-ov-file#release-steps) and it is NOT an optional step. I think that git tags are a way to tag commit allowing them to be identified with what part of the project release history that they belong to.

The gitTag is an important val…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by babblebey
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants