Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 2f8c59b

Browse files
release instructions
1 parent 46ccf81 commit 2f8c59b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,8 @@ You can now serve the static content in the `/public` folder.
3131
## Release to npm
3232
To make a new release, just create an anotoated git tag with the new version number. The CI will pick this up and publish it to npm. The new version number must follow [semver](https://semver.org/).
3333
You should also make a release on github to document the changes.
34+
35+
example:
36+
```bash
37+
git tag -a v5.1.2 -m "Tagging 5.1.2 release"
38+
```

0 commit comments

Comments
 (0)