sudovanilla-website/public/@shoelace-style/localize/RELEASE.md
2024-05-13 23:34:06 -04:00

8 lines
128 B
Markdown

# Release
This package gets published from the root folder. To release:
```bash
npm version major|minor|patch
npm publish
```