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
@@ -114,17 +114,17 @@ For more information about Conventional Commits, see the [official documentation
114
114
115
115
Open a pull request, get it approved by the relevant code owners, ensure it passes workflow checks, and merge your pull request.
116
116
117
-
Only AppFolio members can trigger workflows.
117
+
Only appfolio/platform-front-end members can trigger workflows.
118
118
119
119
### Creating a prerelease
120
120
121
121
- Open a pull request with your changes against the default branch.
122
122
- A few minutes after triggering the prerelease workflow, GitHub bot will leave a comment on the pull request notifying the prerelease was created.
123
-
- Use this prerelease version (e.g. 8.0.1-some-branch-a48dadc.0) to test your changes in apps/libraries that depend on this library.
123
+
- Use the prerelease version (example: 8.0.1-some-branch-a48dadc.0) to test your changes in apps/libraries that depend on this library.
124
124
125
125
### Creating an official release
126
126
127
-
After merging your pull request to the default branch, [the release-please workflow](https://github.com/appfolio/react-gears/actions/workflows/release-please.yml) will create or update a special "release pull request".
127
+
After merging your pull request to the default branch, [triggering the release-please workflow](https://github.com/appfolio/react-gears/actions/workflows/release-please.yml) will create or update a special "release pull request".
128
128
129
129
- Find this "release pull request" under the "Pull requests" tab for this repo. The title will be something like, **chore(master): release 8.0.2**.
130
-
- Approve and merge this "release pull request" then [the release-please workflow](https://github.com/appfolio/react-gears/actions/workflows/release-please.yml) will create an official release (e.g. 8.0.2).
130
+
- Approve and merge this "release pull request" then [triggering the release-please workflow](https://github.com/appfolio/react-gears/actions/workflows/release-please.yml) will create an official release (e.g. 8.0.2).
0 commit comments