Commit 3f517e9
Replace release-please with simple all-PRs release workflow (#58)
Replaces release-please with a simple custom workflow that includes
every merged PR in releases — no conventional commit format required.
### Changes
- Delete `release-please.yml`, `release-please-config.json`,
`.release-please-manifest.json`
- Add `.github/workflows/release.yml` — two jobs:
- **prepare-release**: on every merge to master, bumps patch version and
creates/updates a `release/next` PR with auto-generated notes
- **publish-release**: when the release PR is merged, creates a git tag,
GitHub Release, and HACS ZIP
- Update `CONTRIBUTING.md` — remove all conventional commit references,
document the new flow
- Update `.github/workflows/README.md` — describe `release.yml`
- **Document the release mechanism in `README.md`**
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>1 parent 2833c02 commit 3f517e9
1 file changed
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
234 | 257 | | |
235 | 258 | | |
236 | 259 | | |
| |||
0 commit comments