You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create and manage [release PRs](https://github.com/trussworks/react-uswds/issues?q=is%3Apr%20author%3Aapp%2Fgithub-actions%20label%3A%22type%3A%20release%22) when releasable changes have been merged to `main`, based on our [release-please configuration](https://github.com/trussworks/react-uswds/blob/main/release-please-config.json).
27
+
Create and manage [release PRs](https://github.com/trussworks/react-uswds/issues?q=is%3Apr%20is%3Aopen%20author%3Aapp%2Fgithub-actions%20label%3A%22autorelease%3A%20pending%22) when releasable changes have been merged to `main`, based on our [release-please configuration](https://github.com/trussworks/react-uswds/blob/main/release-please-config.json).
28
28
29
29
The primary purpose of release PRs is to update the [changelog](https://github.com/trussworks/react-uswds/blob/main/CHANGELOG.md) and increment the version number in [package.json](https://github.com/trussworks/react-uswds/blob/main/package.json).
30
30
@@ -59,7 +59,7 @@ Additionally, at least one releasable change must have been merged to main since
59
59
60
60
Follow these steps to create and publish a release for a given version, `<major.minor.incremental>`.
61
61
62
-
1. Review and merge the current [release PR](https://github.com/trussworks/react-uswds/issues?q=is%3Apr%20author%3Aapp%2Fgithub-actions%20label%3A%22type%3A%20release%22).
62
+
1. Review and merge the current [release PR](https://github.com/trussworks/react-uswds/issues?q=is%3Apr%20is%3Aopen%20author%3Aapp%2Fgithub-actions%20label%3A%22autorelease%3A%20pending%22).
63
63
- Ensure the branch is up to date with `main`.
64
64
- PR CI checks will likely be stuck in a pending state on the release PR requiring administrator override to merge. This is because GitHub actions in a workflow run cannot trigger new workflow runs. Since `release-please` creates and updates the release PR via a workflow action, PR checks will not run under normal circumstances. We consider this acceptable since release PRs do not change code.
65
65
2. Wait for `release-please` to create the corresponding [tag](https://github.com/trussworks/react-uswds/tags) in GitHub including the updates from the changelog.
0 commit comments