Skip to content

Commit e65952f

Browse files
committed
Update readme
1 parent 5474416 commit e65952f

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,20 +87,6 @@ Manual triggering lets us:
8787
- Choose `patch` / `minor` / `major` per release.
8888
- Avoid publishing on irrelevant changes (README edits, refactors, etc.).
8989

90-
### Switching to automatic releases
91-
92-
If the team prefers, the workflow can be set to publish automatically on every merge to `staging` by adding a `push` trigger in [`.github/workflows/release.yml`](.github/workflows/release.yml):
93-
94-
```yaml
95-
on:
96-
push:
97-
branches: [staging]
98-
workflow_dispatch:
99-
inputs: ...
100-
```
101-
102-
A middle ground is to trigger releases only when a PR is merged with a `release` label. See the [GitHub Actions docs](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows) for other trigger options.
103-
10490
### Manual fallback (without the workflow)
10591

10692
If the GitHub Action is unavailable, the release can be done locally:

0 commit comments

Comments
 (0)