Skip to content

Commit

Permalink
Release process: Remove step to touch uniffi/CHANGELOG.md
Browse files Browse the repository at this point in the history
That file was ultimately not added in #1445.
We keep only a single changelog, listing all changes.
  • Loading branch information
badboy committed Jun 21, 2023
1 parent 9e9bc43 commit 83bf7ea
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ Steps:
* Anything that affects any UniFFI consumers should be listed, this includes consumers that
use UniFFI to generate their scaffolding/bindings, external bindings generators, etc.

1. Take a look over `uniffi/CHANGELOG.md` and make sure the "unreleased" section lists changes for
the release that affect users of the top-level `uniffi` crate.
* This should be a copy of the items from the top-level `CHANGELOG.md` that affects
scaffolding/bindings generation.
* Note that breaking changes for a particular `uniffi_*` crate are not necessarily breaking for
the `uniffi` crate. See `./uniffi-versioning.md` for a discussion of this.

1. Decide on a new version number for `uniffi` crate. Since we are pre-`1.0`, if there are breaking
changes then this should be a minor version bump, otherwise a patch version bump.

Expand Down

0 comments on commit 83bf7ea

Please sign in to comment.