Skip to content

Commit a34873c

Browse files
authored
Merge pull request #12 from awnion/v0.0.18-rc
Release v0.0.18
2 parents 6fba84b + 2a632af commit a34873c

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.17
1+
0.0.18

docs/RELEASING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@
2222

2323
No rebuild happens on merge. All artifacts are reused from the pre-release.
2424

25+
## Release notes
26+
27+
The PR body is used as release notes throughout the pipeline:
28+
29+
1. The `prerelease` job takes the PR body and passes it as `--notes` to `gh release create`
30+
2. When the PR is merged, the `release` job reads the body from the pre-release via `gh release view` and copies it into the final release via `--notes-file`
31+
32+
**PR body -> pre-release notes -> release notes.** Write the changelog in the PR description.
33+
2534
## Fork builds
2635

2736
A separate `fork-release.yaml` workflow handles forks. When `private-build-plans.toml` changes on `main` in a forked repo, it automatically builds the font and publishes a `latest` pre-release.

0 commit comments

Comments
 (0)