The "semantic-release" package is preventing the installation of "node_modules" in my React Native project. Despite searching for a solution, I couldn't locate the package causing the issue. This might be due to compatibility conflicts or other…
I have two pipelines in an Azure Devops environment.
The first pipeline runs on branch main and does semantic versioning of the code: if fix or feat commits are present, it pushes another commit by changing the version in the proper file and also…
We are in the process of migrating from npmjs to GitHub Packages for our private npm packages. To try and smooth this process, I am trying to have our CI process publish packages to both registries while projects make the switch. We've been using…
I have the following Github action step which by design should do semantic release and at the end update "version" field in package.json but failed with error below.
I tried to use all the latest version but error remains, any…
I am trying to configure semantic release to include the subject, body and footer of the commit messages in CHANGELOG.md file, not just the subject of commit message, but no success. In my changelog I still have only the short subject of commit…
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-0', version: '0.1.1-0', channels: [ null ] }…
I have an isolated Gitlab server and Gitlab runner that lack internet connectivity. I am trying to run "semantic-versioning" (a node.js app) in a Docker container so that it can handle automatic versioning for my GitLab repositories.
I have to build…
I am trying to create semantic releases with a tag format which includes the branch name. The .releaserc file looks something like this:
{
"name": "Inder Semantic Release",
"version": "2.1.0",
"plugins": [
…
I want to use semantic-release to only publish prereleases.
I have this config in my package.json:
"release": {
"branches": [
{
"name": "main",
"prerelease": "alpha",
"channel": "alpha"
}
]
}
But if I…
I receive an error from sematic-release triggered by CI on test branch
Command failed with exit code 128: git tag vX.XX.XX
fatal: tag 'vX.XX.XX' already exists
The issue started when I pushed invalid code that wasn't released, so to…
How can I use git tags with the format major.minor.patch, without the "v" in the beginning (i.e. versions 1.0.1, 2.0.1)?
I'm using Gitlab CI, but even using the Docker image locally I'm not able to pass the value to tag-format correctly.
What I'm…
I am using semantic-release for our .Net Core solution.
Semantic-release is used as part of the CI pipeline on GitLab repository.
This is my .releaserc.json
{
"plugins": [
"@semantic-release/commit-analyzer",
…
I'm using AWS CodeArtifact for private npm registry. Project has tons of dependencies and all those are resolved correctly. We are publishing packages to our registry successfully and using them as dependencies in other projects, everything is…
Hello Everyone,
I'm trying to implement the versionning of a NodeJS project using GitLab CI but i have a strange problem when running npx semantic-release, could someone help me to resolve this problem.
Error message :
[12:42:29 PM]…