We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6154a01 commit 50d6ef8Copy full SHA for 50d6ef8
README.md
@@ -194,13 +194,7 @@ This package is developed by [Adaltas](https://www.adaltas.com).
194
To automatically generate a new version:
195
196
```
197
-rm package-lock.json
198
yarn run release
199
-git push --follow-tags origin master
200
201
202
Package publication is handled by the CI/CD with GitHub action.
203
-
204
-Note:
205
-- On release, both the publish and test workflows run in parallel. Not very happy about it but I haven't found a better way.
206
-- `yarn` does not call the "postrelease" script and `npm` fails if the `package-lock.json` file is present and git ignored.
0 commit comments