Skip to content

Commit 50d6ef8

Browse files
committed
docs: readme release updates
1 parent 6154a01 commit 50d6ef8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,7 @@ This package is developed by [Adaltas](https://www.adaltas.com).
194194
To automatically generate a new version:
195195

196196
```
197-
rm package-lock.json
198197
yarn run release
199-
git push --follow-tags origin master
200198
```
201199

202200
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

Comments
 (0)