Skip to content

Commit 0091831

Browse files
committed
docs: Fix contributing
1 parent b73d2d4 commit 0091831

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,8 @@ But we use the __merge commit strategy for merging PRs to the main branch from t
108108
Once the PR is approved and __merged into the release branch__, a project maintainer can start the release process by:
109109
110110
1. Checking the version number in the `package.json` file and updating it if necessary.
111-
2. Checking the action version in the `.github/actions/check-and-comment/action.yml` file and updating it if necessary.
112-
3. Updating the CHANGELOG.md file with the changes in the new version.
113-
4. Remove the beta tags created for the PR check.
114-
5. Tagging the release branch with the corresponding version numbers.
111+
2. Updating the CHANGELOG.md file with the changes in the new version.
112+
3. Tagging the release branch with the corresponding version numbers.
115113
116114
This project includes a helper script, [`script/release`](./script/release)
117115
designed to streamline the process of tagging and pushing new releases for
@@ -137,8 +135,8 @@ Once the PR is approved and __merged into the release branch__, a project mainta
137135
commits, tags and branches to the remote repository. From here, you will need
138136
to create a new release in GitHub so users can easily reference the new tags
139137
in their workflows.
140-
6. Create a new release in GitHub with the tag created in the previous step and the changes in the CHANGELOG.md file.
141-
7. Merge the release branch into the main branch.
138+
4. Create a new release in GitHub with the tag created in the previous step and the changes in the CHANGELOG.md file.
139+
5. Merge the release branch into the main branch.
142140
143141
# License
144142

0 commit comments

Comments
 (0)