Skip to content

Latest commit

 

History

History
379 lines (188 loc) · 9.7 KB

changelog.md

File metadata and controls

379 lines (188 loc) · 9.7 KB

Release v0.18.19

Patch Changes

Release v0.18.18

Patch Changes

pr-release guarantees that main has the same ref and history as mainnext.

Release v0.18.17

Patch Changes

Fixes minimize-semver-change not working for merge.

Release v0.18.16

Patch Changes

Release v0.18.15

Patch Changes

Add some verbose logs to help analyze minimize semver change behaviour in the wild.

Release v0.18.14

Patch Changes

Release v0.18.13

Patch Changes

Fixes #330.

Release v0.18.12

Patch Changes

Fixes #323. I've reworked the code to be a bit less temporal.

Release v0.18.9

Patch Changes

Release v0.18.8

Patch Changes

Release v0.18.7

Patch Changes

Release v0.18.4

Patch Changes

Release v0.18.3

Patch Changes

Release v0.18.2

Patch Changes

Fixes #289.

Release v0.18.1

Patch Changes

And GH Flavoured MD todos. Fixes #286.

Release v0.18.0

Minor Changes

Handle a preid already being published. Handle no existing version of that preid. Handle the existing version being > than the proposed version.

Release v0.17.20

Patch Changes

Release v0.17.20

Patch Changes

Release v0.17.19

Patch Changes

Fixes #271.

Release v0.17.18

Patch Changes

Better handling of headings and lists when summarizing PR descriptions for changelog entries.

Release v0.17.17

Patch Changes

Got a strange error when publishing the docs. npx @cloudflare/wrangler publish errors out with You have not installed wrangler.

Release v0.17.16

Patch Changes

Fixes #262.

Release v0.17.11

Patch Changes

Maybe that version, or CI job already ran.

Fixes #248.

Release v0.17.9

Patch Changes

Retain prerelease name.

Release v0.17.8

Patch Changes

Release v0.17.7

Patch Changes

Release v0.17.6

Patch Changes

Handle another case where a prior release is assumed to exist.

Release v0.17.5

Patch Changes

When identifying which branches belong to a release, we construct a github search query which finds branches dated after the previous release.

Release v0.17.4

Patch Changes

Release v0.17.3

Patch Changes

Fixes #231.

Release v0.17.2

Patch Changes

The auto feature PR generation has a flaw that it would need an auth token for every contributor. So it has been removed.

Release v0.17.1

Patch Changes

Fixes #225.

Release v0.15.0

Minor Changes

Fixes #194.

Release v0.14.0

Minor Changes

Patch Changes

Release v0.13.1

Patch Changes

Release v0.12.0

Minor Changes

Fixes #111 and #190.

Release v0.11.0

Minor Changes

Ensure our docs stay in sync with the CLI help.

Release v0.9.2

Patch Changes

Release v0.9.0

Thank you to the following contributors for helping make pr-release better:

  • @JAForbes

Minor Changes

Fixes #149.

Release v0.8.14

Patches

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.

Release v0.8.10

Patches

Release v0.8.0

Minor Changes

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.

Release v0.5.3

Thank you to the following contributors for helping make pr-release better:

  • @JAForbes

Major Changes

No major changes in this release.

Minor Changes

No minor changes in this release.

Patches

Release v0.5.0

Minor Changes

Encourage developers to open draft pull requests as early as possible by automatically creating a draft pull request on push.

Patches

Was causing feature PR creation to run on main/next.

Release v0.4.17

Patches

Release v0.4.11

Patches

Changelog et al weren't included because git diff --name-only doesn't include untracked files.