mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[PR #455] [MERGED] add pkg.pr.new CI workflow for preview releases #547
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#547
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/455
Author: @remorses
Created: 12/29/2025
Status: ✅ Merged
Merged: 1/14/2026
Merged by: @kommander
Base:
main← Head:feat/pkg-pr-new-ci📝 Commits (7)
95baf40add pkg.pr.new CI workflow for preview releases75498a7remove --compact flag for correct URL resolution4a241f5disable StackBlitz template in pkg.pr.new commentsa3f6170remove vue package (no longer maintained)f88c414Merge branch 'main' into feat/pkg-pr-new-cief1c350upgrade zig versioneb15e92publish core binary packages📊 Changes
1 file changed (+58 additions, -0 deletions)
View changed files
➕
.github/workflows/pkg-pr-new.yml(+58 -0)📄 Description
Closes #449
Adds a GitHub Actions workflow that publishes preview packages on every push and PR using pkg.pr.new.
This enables users to test changes from any commit/PR without waiting for a release:
Publishes all 4 packages: core, react, solid, vue.
Example: See remorses/opentui#5 for a working example of how pkg.pr.new comments look on PRs.
Note: Requires the pkg.pr.new GitHub App to be installed on this repo (this is why the "Publish Preview" check is currently failing).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.