We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1452d4b commit 600f36bCopy full SHA for 600f36b
1 file changed
RELEASE.md
@@ -24,7 +24,7 @@ The release process is automated using a release script then a GitHub action:
24
- The `yarn release` script will:
25
- Move content in the changelog from **Unreleased** to a new section, then add the file to the future commit
26
- 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
+ - Use `git push --follow-tags` to push the commit
28
- A `release` GitHub action will make the release and publish the package:
29
- The action is triggered if a push includes a tag that starts as `v*`
30
- It runs all tests before the release
0 commit comments