Skip to content

Commit 5ee07e1

Browse files
gnbmthetaPC
andauthored
Update .github/RELEASING.md
Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
1 parent c3aa17d commit 5ee07e1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/RELEASING.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ Release is **conventional-commit driven and automatic**:
1717
`stable` branch**.
1818
- It runs `npm run publish:ci`, defined in [`package.json`](../package.json):
1919

20-
```jsonc
21-
"publish:ci": "lerna version -m 'chore(release): publish [skip ci]' --exact --conventional-commits --yes --create-release github && lerna exec --no-private --since HEAD~ -- npm publish --provenance"
22-
```
23-
2420
- `lerna version --conventional-commits` computes each package's next version
2521
**from commit messages**, tags, and pushes the release commit.
2622
- `--create-release github` makes Lerna create the **GitHub Release** for each

0 commit comments

Comments
 (0)