semantic-release Questions
5
I have a C# project and would like to add semantic versioning to it. So whenever I push to the main branch I want to create a new release and autogenerate a new version number based on the commit t...
Dominican asked 5/6, 2021 at 15:12
2
Solved
When I create a commit like this, git commit -m'BREAKING CHANGE: foo bar' and push up semantic-release tells me,
[@semantic-release/commit-analyzer] › ℹ Analyzing commit: BREAKING CHANGE: Changes f...
Juna asked 22/11, 2021 at 6:58
2
Solved
I have a npm package that I need to release in npmjs.com but because I unpublished a previously wrong version now npmjs doesn't allow me to re-publish an artefact with the same version (it throws a...
Broken asked 20/12, 2019 at 17:33
1
Solved
I'm using semantic release in a Github repository to create automatic releases on push.
The release needs to commit package.json and CHANGELOG.md to my protected branch.
I used to provide a persona...
Plasia asked 9/12, 2022 at 14:30
3
Solved
I'm using semantic-release for versioning. Whenever I push something to my branch, the CI (Gitlab) executes the semantic-release. My problem is that I pushed to my git branch, semantic-release crea...
Calender asked 4/2, 2021 at 13:53
2
I have the following problem: As soon, as my pipeline starts and a release should be published by semantic-release, nothing happens. Only the correct label is created.
My .releaserc looks like this...
Angelika asked 15/7, 2021 at 12:18
4
Solved
Hi am using semantic release for versioning in my repo.
In my Gitlab when i merge my branch with master my tag increases according to the commit and it works fine.
Is there any way for me to get th...
Klaipeda asked 6/3, 2020 at 15:9
0
I have a npm package which i publish with semantic-release . My master branch is currently on version 2.0.1 , but we recently found a bug for version v1.0.5 and need to fix it by releasing v1.0.6, ...
Pharmacist asked 1/8, 2022 at 18:28
1
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'
Conve...
Historic asked 20/1, 2022 at 5:33
1
Solved
Using semantic-release in our Github workflows.
They are setup like this:
[
{name: 'main', prerelease: false},
{name: 'staging', prerelease: true},
{name: 'development', prerelease: true}
]
Pus...
Paleolith asked 25/11, 2020 at 17:14
0
For @semantic-release, [major].[minor].[patch], what is the maximum number that it can goes to for major, minor, patch? i.e. 999.999.999?
Simonesimoneau asked 14/12, 2020 at 2:17
2
ERELEASEBRANCHES The release branches are invalid in the `branches` configuration. when I use object
I'm using semantic-release, and I'm trying to create prerelease with configuration
module.exports = {
branches: [{ name: 'master', prerelease: true }],
plugins: [
'@semantic-release/commit-analy...
Carlyncarlynn asked 27/6, 2020 at 13:0
1
I've been added to a repo which uses semantic-release to automate bumping up the version of the NPM package. The repo uses the Conventional Commits specification and has a very limited README.
If I...
Hymenium asked 12/11, 2020 at 21:48
2
When Im trying to use another release branch for trigger a release with semantic release. Semantic release is telling me
This test run was triggered on the branch jose, while semantic-release is co...
Chanukah asked 26/6, 2020 at 16:31
1
© 2022 - 2024 — McMap. All rights reserved.