Skip to content

Commit

Permalink
chore: update release-it, activate github comments
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterBrown committed Jun 16, 2023
1 parent 7eec3a5 commit ac717d9
Show file tree
Hide file tree
Showing 3 changed files with 443 additions and 337 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
- name: Release It
run: |
npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
pnpm run release -- --npm.skipChecks
pnpm release --npm.skipChecks
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}


5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"eslint-plugin-promise": "^5.2.0",
"jest": "^27.4.7",
"prettier": "^2.5.1",
"release-it": "^15.6.0",
"release-it": "^15.11.0",
"rollup": "^2.78.1",
"tailwindcss": "^3.0.24",
"ts-jest": "^27.1.2",
Expand Down Expand Up @@ -108,7 +108,8 @@
"commitMessage": "chore: release v${version} [skip ci]"
},
"github": {
"release": true
"release": true,
"comments": true
},
"plugins": {
"@release-it/conventional-changelog": {
Expand Down
Loading

0 comments on commit ac717d9

Please sign in to comment.