mirror of
https://github.com/nextlevelbuilder/ui-ux-pro-max-skill.git
synced 2026-07-22 14:07:56 +00:00
feat(release): publish uipro-cli to npm on release (#384)
Adds semantic-release npm publishing for the cli package with pkgRoot=cli and NPM_TOKEN wiring, completing the npm-publish slice of #353.
This commit is contained in:
parent
b4d33beada
commit
3ebb9c8fd5
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -52,11 +52,13 @@ jobs:
|
||||
- name: Run semantic-release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
run: |
|
||||
npx --yes \
|
||||
-p semantic-release \
|
||||
-p @semantic-release/commit-analyzer \
|
||||
-p @semantic-release/release-notes-generator \
|
||||
-p @semantic-release/npm \
|
||||
-p @semantic-release/github \
|
||||
-p conventional-changelog-conventionalcommits \
|
||||
semantic-release
|
||||
|
||||
@ -21,6 +21,12 @@
|
||||
"preset": "conventionalcommits"
|
||||
}
|
||||
],
|
||||
[
|
||||
"@semantic-release/npm",
|
||||
{
|
||||
"pkgRoot": "cli"
|
||||
}
|
||||
],
|
||||
[
|
||||
"@semantic-release/github",
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user