Skip to content

Commit d5a7d44

Browse files
Update README with release instructions
1 parent 5d71103 commit d5a7d44

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,11 @@ Then configure the rules you want to use under the rules section.
4141
### @fullstory/annotate-react/data-component
4242

4343
...
44+
45+
## Release
46+
47+
Run this command to bump the version, push the tag, and create the release on GitHub:
48+
49+
```sh
50+
npx np <patch | minor | major> --no-publish --no-tests
51+
```

0 commit comments

Comments
 (0)