Skip to content

Commit

Permalink
🔧 Update release CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
cermakjiri committed Nov 15, 2024
1 parent a3e6f4c commit dffd5a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: yarn build

- name: Publish packages
run: yarn publish:ci
run: yarn release:publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
"format": "prettier --write --config prettier.config.mjs \"packages/*/(src|test)/**/*.(ts|tsx)\"",
"test": "jest",
"test:watch": "jest --watchAll",
"prepare-release": "yarn changeset",
"apply-release": "yarn changeset version",
"publish:ci": "yarn changeset publish",
"release:prepare": "yarn changeset",
"release:apply": "yarn changeset version",
"release:publish": "yarn changeset publish && yarn changeset tag",
"changelog": "yarn update-gitmoji-config && gitmoji-changelog --preset generic",
"release": "lerna version $1",
"version": "yarn changelog && code --wait CHANGELOG.md && git add CHANGELOG.md .gitmoji-changelogrc",
"update-gitmoji-config": "node ./scripts/update-gitmoji-config.js"
},
Expand Down

0 comments on commit dffd5a0

Please sign in to comment.