Add create a draft release and finalize it after hooks.
Wrangler version is outdated and planning to give the docs site a splash of paint anyway.
An experimental feature that may be removed.
pr-release guarantees that
main
has the same ref and history asmainnext
.
Fixes minimize-semver-change not working for merge
.
Add some verbose logs to help analyze minimize semver change behaviour in the wild.
Fixes #330.
Fixes #323. I've reworked the code to be a bit less temporal.
Fixes #289.
And GH Flavoured MD todos. Fixes #286.
Handle a preid already being published. Handle no existing version of that preid. Handle the existing version being > than the proposed version.
Fixes #271.
Better handling of headings and lists when summarizing PR descriptions for changelog entries.
Got a strange error when publishing the docs. npx @cloudflare/wrangler publish
errors out with You have not installed wrangler
.
Fixes #262.
Maybe that version, or CI job already ran.
Fixes #248.
Retain prerelease name.
Handle another case where a prior release is assumed to exist.
When identifying which branches belong to a release, we construct a github search query which finds branches dated after the previous release.
Fixes #231.
The auto feature PR generation has a flaw that it would need an auth token for every contributor. So it has been removed.
Fixes #225.
Fixes #194.
Fixes #111 and #190.
Ensure our docs stay in sync with the CLI help.
Thank you to the following contributors for helping make pr-release better:
- @JAForbes
Fixes #149.
Previously, if you edited some markdown files and committed directly to next, the auto generated release PR would have the same semver version as main.
Safe, simple rollbacks. Click a button and your main and next branch will automatically fast forward to a commit that reverts changes from a prior release.
Thank you to the following contributors for helping make pr-release better:
- @JAForbes
No major changes in this release.
No minor changes in this release.
- Stop Github from complaining about empty addLabels call (@JAForbes)
- Update docs to include feature-pr (@JAForbes)
- Make dotenv a prod dependency (@JAForbes)
Encourage developers to open draft pull requests as early as possible by automatically creating a draft pull request on push.
Was causing feature PR creation to run on main/next.
Changelog et al weren't included because git diff --name-only
doesn't include untracked files.