release 1.0.1

This commit is contained in:
les
2021-07-01 12:28:00 +02:00
parent 6c36739372
commit c4c0468af1
3 changed files with 18 additions and 1 deletions

11
RELEASE.md Normal file
View File

@@ -0,0 +1,11 @@
- change version in package.json
- add changes to CHANGELOG / changelog.md
- yarn build
- yarn pack
- yarn publish
- yarn doc
- git add .
- git ci -m 'v...'
- git tag ...
- git push --tags
-