Skip to content

Commit cf50119

Browse files
committed
fix: update readme
1 parent 7087d41 commit cf50119

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,9 @@ For more information about Conventional Commits, see the [official documentation
112112

113113
### Merging changes
114114

115-
Open a pull request, get it approved by the relevant code owners, manually trigger the GitHub workflows, and merge your pull request.
115+
Open a pull request, get it approved by the relevant code owners, ensure it passes workflow checks, and merge your pull request.
116116

117-
GitHub workflows must be manually triggered. Only AppFolio members can trigger them (and yes, they can trigger their own PR's workflows).
118-
119-
**IMPORTANT**: Make sure your pull request is rebased when merged. The merge button has dropdown options. Choose "Rebase and merge".
117+
Only AppFolio members can trigger workflows.
120118

121119
### Creating a prerelease
122120

@@ -126,7 +124,7 @@ GitHub workflows must be manually triggered. Only AppFolio members can trigger t
126124

127125
### Creating an official release
128126

129-
After merging your pull request to the default branch, [trigger the release-please workflow](https://github.com/appfolio/react-gears/actions/workflows/release-please.yml) to create or update a special "release pull request".
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".
130128

131129
- 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**.
132-
- Approve and merge this "release pull request" then [trigger the release-please workflow](https://github.com/appfolio/react-gears/actions/workflows/release-please.yml) again to create an official release (e.g. 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).

0 commit comments

Comments
 (0)