sudovanilla-website/public/@shoelace-style/localize/RELEASE.md

9 lines
128 B
Markdown
Raw Normal View History

2024-05-13 22:34:06 -05:00
# Release
This package gets published from the root folder. To release:
```bash
npm version major|minor|patch
npm publish
```