Merge pull request #22623 from backstage/release-again

update release script and docs
This commit is contained in:
Fredrik Adelöw
2024-01-31 10:52:53 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -82,6 +82,7 @@ jobs:
run: git fetch origin '${{ github.event.before }}'
- name: Check if release
if: inputs.force_release != 'true'
id: release_check
run: node scripts/check-if-release.js
env:
+1 -1
View File
@@ -140,4 +140,4 @@ process is used to release an emergency fix as version `6.5.1` in the patch rele
### When the release workflow is not triggered for some reason, such as a GitHub incident
Ask one of the maintainers to force push master back to a previous commit and then push the release merge commit again.
Ask one of the maintainers to trigger [the Deploy packages](https://github.com/backstage/backstage/actions/workflows/deploy_packages.yml) workflow with the "Unconditionally trigger the release job to run" checkbox set, on the `master` branch. Please validate first that nothing substantial has been pushed to master since the original failed release attempt! For this reason, it is wise to have the master branch locked until each release has gone through.