-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The automated release is failing 🚨 #831
Comments
😓 This is because of tests rolled in the |
What tests? @wolfy1339 |
The test releases we made |
The steps to follow are:
Would you like for me to take that? @wolfy1339 |
Go ahead |
🚨 The automated release from the
|
🚨 The automated release from the
|
@oscard0m I'm going to try to merge @gr2m @kfcampbell @nickfloyd Can one of you help merge the branch |
@wolfy1339 do you want #834 or #835 to go in? |
It has to be a standard merge commit, and not a rebase or squash in order to get the proper release flow |
@wolfy1339 isn't #835 more updated? I see you did some changes there 2 hours ago. |
Yes, you are correct. Merging |
Closed #834 to avoid confusion |
Alright! Confirming one more time before merging: #835 is ready to go now, with a regular merge commit, correct? |
Yes, merging #835 with a regular merge commit |
Done! Merge commits weren't enabled on the repo, so I temporarily enabled them before merging. Please let me know if I should do anything else here! |
@wolfy1339 Do you know what's missing to have the releases up to date? |
I'm not sure. Let's try an empty commit to trigger a release |
🚨 The automated release from the
main
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
main
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.
The release
10.8.0
on branchmain
cannot be published as it is out of range.Based on the releases published on other branches, only versions within the range
>=10.7.0 <10.7.1
can be published from branchmain
.The following commits are responsible for the invalid release:
pull_request.milestoned
andpull_request.demilestoned
events (feat(typescript): newpull_request.milestoned
andpull_request.demilestoned
events #830) (8a7ac10)Those commits should be moved to a valid branch with git merge or git cherry-pick and removed from branch
main
with git revert or git reset.A valid branch could be
next
.See the workflow configuration documentation for more details.
Good luck with your project ✨
Your semantic-release bot 📦🚀
The text was updated successfully, but these errors were encountered: