The automated release is failing 🚨
🚨 The automated release from the test
branch failed. 🚨
I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes and new features again.
You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I'm sure you can fix this
Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.
Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the test
branch. You can also manually restart the failed CI job that runs semantic-release.
If you are not sure how to resolve this, here are some links that can help you:
If those don't help, or if this issue is reporting something you think isn't right, you can always ask the humans behind semantic-release.
1.8.0
on branch test
cannot be published as it is out of range.
The release Based on the releases published on other branches, only versions within the range >=1.8.1
can be published from branch test
.
The following commits are responsible for the invalid release:
- fix: update .gitlab-ci.yml (78b645a0)
- ci: update .releaserc.json (a506c677)
- feat: new feature (99ecbe74)
- Merge branch 'main' into test (5d373d92)
- ci: update .gitlab-ci.yml (cc87d0eb)
- Update .releaserc.json (564fce52)
- ci: update .releaserc.json (602f6511)
- feat: update .gitlab-ci.yml file (6ce0e2e7)
- chore(release): 1.7.0-test.1 [skip ci] (c1ba88fb)
- feat: update .releaserc.json (8b8b1cce)
- chore(release): 1.6.1-test.2 [skip ci] (2bc30906)
- fix: haha (8884ec3d)
- chore(release): 1.6.1-test.1 [skip ci] (4a926b30)
- fix: update .gitlab-ci.yml file (d71a056c)
- fix: version artifact (5ef9aa78)
- Merge branch 'main' into 'test' (8acc653c)
Those commits should be moved to a valid branch with git merge or git cherry-pick and removed from branch test
with git revert or git reset.
A valid branch could be main
, preview
or test
.
See the workflow configuration documentation for more details.
Good luck with your project
Your semantic-release bot