Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
73 views

I’m struggling to design a correct CI/release workflow using python-semantic-release together with Woodpecker CI, and I feel like I’m mixing concepts incorrectly. My goals are: Accumulate multiple ...
AK-23's user avatar
  • 398
0 votes
0 answers
80 views

I want to skip Git hooks while semantic-release/github plugin is pushing tags to remote while doing publish step. The command I am using is npx semantic-release --branches release --no-ci. Essentially ...
WesternGun's user avatar
  • 13.1k
3 votes
2 answers
249 views

I'm using semantic-release in a GitLab CI pipeline. The release fails at the @semantic-release/git plugin step due to this error: remote: ERROR: New commit has non-whitelisted author email: [semantic-...
user22730912's user avatar
2 votes
1 answer
110 views

I've implemented pipeline with semantic release step that generates backlog etc... It generates two [skip ci] pipelines : - One with changelog and version file - One which tag the release Here is my ...
Yoan Huret's user avatar
0 votes
1 answer
165 views

I have a hotfixes strategy to deploy from branches with the name as: N.N.x example: 0.30.x I have next configuration of the semantic release: branches: [ "main", "+([0-9])?(.{+...
Ievgen's user avatar
  • 4,483
0 votes
2 answers
3k views

I have latest release version ex. v1.6.0 (master) then I create new prerelease and it automatically creates pre release + tag v1.6.0-develop.1 (develop branch) the problem is that in github releases ...
Thomas's user avatar
  • 545
3 votes
1 answer
286 views

I am trying to create a migration notes section for the next generated semantic-release with the help of semantic-release based on the merge-request description of the last commits. it works with my ...
Lizzal's user avatar
  • 119
0 votes
1 answer
25 views

I do get the following error apm CLI must be installed with semantic-release ci.yml name: CI on: push: branches: - main concurrency: group: ${{ github.workflow }}-${{ github.head_ref }}...
Raphaël Balet's user avatar
-1 votes
1 answer
229 views

I install semantic release by add this command on package.json: "release": "npx -p @semantic-release/changelog@^5.0.0 -p @semantic-release/git@^9.0.0 -p semantic-release@^17.0.0 ...
Achech Firas's user avatar
0 votes
0 answers
136 views

I recently implemented semantic-release and versioning plugins in my application to streamline versioning, tagging, and releases. Below is my releaserc.yml configuration: branches: - '+([0-9])?(.{+([...
Sakshi Dagar's user avatar
2 votes
0 answers
278 views

In my GitHub repository, I configured Semantic Release action: name: Semantic Release on: push: branches: [main] jobs: release: name: Release version permissions: ...
Tal Rofe's user avatar
  • 1,954
0 votes
1 answer
76 views

I have the following handlebars template to generate a changelog.md with gitmoji: # 🎉 {{nextRelease.version}} {{#with commits}} {{#if sparkles}} ## ✨ New Features {{#each sparkles}} - {{> ...
BugsForBreakfast's user avatar
0 votes
0 answers
330 views

Before anything, let me explain my current setup: I have 2 branches on my github repo: "main" and "develop" main is the production one develop is the dev&test environment ...
JesusMF23's user avatar
2 votes
1 answer
2k views

When using the semantic-release plugin @semantic-release/git on protected branch (master is protected with maintainers allowed to merge and no one allowed to push and merge) I have remote: GitLab: You ...
tweetysat's user avatar
  • 2,433
0 votes
0 answers
256 views

My .releaserc.yml is plugins: - "@semantic-release/commit-analyzer" branches: - "master" I have that git log * 224400b (HEAD -> master) fix: merge-1 |\ | * a28d643 (dev) ...
tweetysat's user avatar
  • 2,433

15 30 50 per page
1
2 3 4 5
12