Commit c20768b
committed
ci: configure release-please for the 2.0.0 beta line
Flagsmith/github-webhook-handler runs release-please centrally for any repo
that has release-please-config.json and .release-please-manifest.json at its
root, so no workflow is checked in here — and a .github/workflows file whose
name contains "release-please" would opt the repo back out.
`versioning: prerelease` and `prerelease: true` are both required: the
strategy strips the -beta suffix and hands back a bare major.minor.patch
unless `prerelease` is set. Together they keep the beta line on 2.0.0-beta.N
for every commit type until we flip `prerelease` off, at which point the next
release is exactly 2.0.0.
The manifest starts at the last npm release, 1.1.0, whose tag sits on the
commit below `feat!: CLI v2` — so the first release considers exactly that
commit, and Release-As pins it to a numbered beta instead of the bare
2.0.0-beta that bumpPrerelease would produce from a version with no
prerelease digits.
beep boop
Release-As: 2.0.0-beta.11 parent 93ecd2d commit c20768b
2 files changed
Lines changed: 62 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
0 commit comments