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

Commit 08a9a38

Browse files
author
ChrisTerBeke
authored
Merge pull request #211 from Ultimaker/update-readme
release instructions
2 parents e90c9e5 + 3441b82 commit 08a9a38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ yarn build
2929
You can now serve the static content in the `/public` folder.
3030

3131
## Release to npm
32-
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/).
32+
To make a new release, just create an annotated 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.
3434

3535
example:
3636
```bash
3737
git tag -a v5.1.2 -m "Tagging 5.1.2 release"
38+
git push --tags
3839
```

0 commit comments

Comments
 (0)