python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Semantic release not accepting GITLAB_TOKEN on gitlab private repository
Here is the error log message:
[3:40:55 PM] [semantic-release] › ✖ The command "git push --dry-run
--no-verify https://gitlab-ci-token:[secure]@[repository-url].git
HEAD:main" failed with ...

rfc1484
Votes: 0
Answers: 1
semantic-release breaking-change using ! (exclamation mark)
Can Major version changes (aka Breaking Changes) be handled in semantic-release using the exclamation mark?
git commit -m 'feat!: this is breaking, but is not recognized by semantic-release'
Conventi...

David Cruwys
Votes: 0
Answers: 1
semantic-release with jenkins don't recognize 'origin/master' as valid branch
I'm trying to create package with semantic-release and jenkins, but i'm getting de following error
2022-01-11T15:53:59.089Z semantic-release:get-tags found tags for branch master: [ { gitTag: 'v0.1.1-...
Marcus Lozano
Votes: 0
Answers: 1
SHA of Tag Created by Semantic-Release
We're updating our release workflow to use semantic-release, and I need to be able to grab the SHA of the latest tag, create a new branch with it, build our assets, commit them to that new branch.
The...

secondman
Votes: 0
Answers: 1