Skip to content

Automate release preparation and publishing#50

Merged
JanJakes merged 6 commits into
trunkfrom
release
May 15, 2026
Merged

Automate release preparation and publishing#50
JanJakes merged 6 commits into
trunkfrom
release

Conversation

@JanJakes
Copy link
Copy Markdown
Contributor

Summary

  • Add release metadata validation and release:prepare automation for versioned release PRs.
  • Replace tag-push publishing with merged release PR publishing that builds and bundles platform artifacts.
  • Publish Homebrew formula updates to Automattic/homebrew-tap during release publishing.
  • Add curl-based install and local launcher flows.

Testing

  • git diff --check origin/trunk...HEAD
  • npm test

Add dependency-free Node scripts for release metadata validation and release PR preparation.
@JanJakes JanJakes marked this pull request as ready for review May 15, 2026 15:02
JanJakes added 4 commits May 15, 2026 17:05
Add a manual release preparation workflow and make release publishing run from merged release PRs instead of tag pushes.
Generate a ForkPress formula from release checksums and push it to Automattic/homebrew-tap after publishing release assets.
Add a checksum-verifying macOS/Linux install script for GitHub release tarballs and document the curl-based install path.
Add a project-local launcher that downloads, verifies, caches, and execs the matching ForkPress release binary.
@JanJakes JanJakes merged commit 7fff469 into trunk May 15, 2026
6 of 9 checks passed
@JanJakes JanJakes deleted the release branch May 15, 2026 15:19
This was referenced May 15, 2026
JanJakes added a commit that referenced this pull request May 15, 2026
## Release `v0.1.14`

Version bump and release metadata update for `v0.1.14`.

**Changelog draft:**
* Add remote-site cache branching
([#40](#40))
* Bootstrap Starlight documentation site
([#42](#42))
* Add COW mergeback and audit model
* Polish branch merge UI and harden audit follow-ups
* Guard COW row merges against target trigger rewrites
* Rewrite README and restructure documentation
([#47](#47))
* Add Linux XFS loop storage fallback
([#41](#41))
* Harden merge reliability gates and semantic coverage
([#46](#46))
* Automate release preparation and publishing
([#50](#50))
* Harden release prepare authentication
([#53](#53))
* Fix release prepare status parsing
([#54](#54))
* Polish release pull request handling
([#56](#56))
* Clarify release workflow stages

**Full changelog:**
v0.1.13-windows-cow.3...release/v0.1.14

## Next steps

1. **Review** the changes in this pull request.
2. **Push** any additional edits to this branch (`release/v0.1.14`).
3. **Merge** this pull request to publish `v0.1.14`.

Merging will automatically build ForkPress binaries, create a GitHub
release, and update the Homebrew formula.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant