The automated release is failing 🚨
🚨 The automated release from the 1.x
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 1.x
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.12.0
on branch 1.x
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.11.0 <1.11.0
can be published from branch 1.x
.
The following commits are responsible for the invalid release:
- build: set v1 to maintenance releases in 1.x branch (9543d49d)
- chore(i18n): new Crowdin updates (8833bc53)
- fix: include app/Resources/icons folder to bundle (3fd5efc7)
- fix: add missing php-icons config file to bundle (56612f0c)
- fix(import): rewrite download_file helper to output curl response directly to file (eb7ad2f7)
- build(docs): add type declarations for virtual:starlight (281eefc6)
- docs: add DocsVersion component to navigate through different docs versions (083a766e)
- fix(docs): add base to og image using env variable (fe676590)
- ci(docs): fix i18n-filter and build outDir path (2ca94181)
- ci(docs): fix typo on outDir path when building docs (b345c7ec)
- chore(i18n): update Crowdin configuration file (6dc98b32)
- docs: change vitepress with astro's starlight (d88b041d)
- chore(i18n): new Crowdin updates (70f56a73)
- refactor: add modules folder to phpstan paths + fix errors (bb628f35)
- feat: set owner email to hidden by default in podcast create form (7a6d9df6)
- fix: set owner email visibility when editing podcast (fc4f9825)
- refactor(icons): use php-icons library to load and display icons (51b064d6)
- fix(platforms): add platforms service + reduce memory consumption when rendering platform cards (fe73e9fa)
- chore: update CodeIgniter to 4.5.1 + other dependencies to latest (d4a36f81)
- refactor(platforms): move platforms data in code instead of database (303a900f)
- feat: support podcast:txt tag with verify use case (57e459e1)
- chore(platform): add donorbox as funding platform (a67f4acb)
- chore(platforms): remove stitcher (b554561c)
Those commits should be moved to a valid branch with git merge or git cherry-pick and removed from branch 1.x
with git revert or git reset.
A valid branch could be main
.
See the workflow configuration documentation for more details.
Good luck with your project
Your semantic-release bot