Skip to content

Commit 600f36b

Browse files
Update RELEASE.md
1 parent 1452d4b commit 600f36b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The release process is automated using a release script then a GitHub action:
2424
- The `yarn release` script will:
2525
- Move content in the changelog from **Unreleased** to a new section, then add the file to the future commit
2626
- Use `yarn version` to bump the version in `package.json`, create a release commit and tag
27-
- The `yarn push` script will use `git push --follow-tags` to push the commit
27+
- Use `git push --follow-tags` to push the commit
2828
- A `release` GitHub action will make the release and publish the package:
2929
- The action is triggered if a push includes a tag that starts as `v*`
3030
- It runs all tests before the release

0 commit comments

Comments
 (0)