Bump to 0.3.1 - #210
Merged
Merged
Bump to 0.3.1#210
Conversation
The four files the release workflow compares before it will tag: src-tauri/Cargo.toml is the authority, package.json, package-lock.json and src-tauri/Cargo.lock follow it. The changelog section is not written here — release.yml generates it from the merged pull requests and commits it before the tag, because include_str! bakes CHANGELOG.md in at compile time.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Milestone v0.3.1 — Room to work is closed: 22 tickets, from the four security ones
through the accessibility sweep, the folders and board feedback, and the e2e waits.
Bumps the four files
release.ymlcompares before it will tag —src-tauri/Cargo.tomlis the authority,
package.json,package-lock.jsonandsrc-tauri/Cargo.lockfollowit. The check runs before the tag exists rather than after, so a mismatch here stops
the release rather than stranding it.
release.ymlgenerates it from the merged pull requests andcommits it before the tag, because
include_str!bakesCHANGELOG.mdinto the binary atcompile time.
Nothing else changed —
unicorn-magicandxml-namingare dependencies that happen tosit at 0.3.0 and are deliberately untouched.
Next step, by hand
Actions → Release, with
dry_runfirst.