Skip to content

Commit

Permalink
docs: note broken release workflow and workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
zhammer authored Jan 31, 2024
1 parent 77b57d9 commit 4100f42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Configuration is kept in [package.json](/package.json)'s `"release"` field and f

### Workflow

> ⚠️ The Github Action workflow seems to be [broken](https://github.com/seatgeek/backstage-plugins/actions/runs/7730814643/job/21077039936). To release, run the same commands in [release.yml](/.github/workflows/release.yml) on your local machine, pulling `NPM_TOKEN` from the repository's secrets and a personal `GITHUB_TOKEN` with permissions listed [here](https://github.com/semantic-release/github?tab=readme-ov-file#github-authentication). Don't commit the state of your repository after the release.
On all pushes to `main` we run `multi-semantic-release --dry-run` in CI to see what would be released.

To actually run a release, trigger the Release workflow.
Expand Down

0 comments on commit 4100f42

Please sign in to comment.