Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/verify-release-pr-automation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@formsreach/js": patch
"@formsreach/react": patch
"@formsreach/vue": patch
---

Verify automated Version Packages PR creation after Actions permission updates.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Git hooks (Husky): Conventional Commits on `commit-msg`; lint-staged on `pre-com

## Releasing

The **Version Packages** PR is opened automatically by GitHub Actions when changesets land on `main`.

1. Merge PRs that include changesets into `main`.
2. The **Release** workflow opens or updates a **Version Packages** PR (bumps all packages together, updates each package `CHANGELOG.md`).
3. Review and merge the Version Packages PR.
Expand Down
Loading