Skip to content

Commit

Permalink
chore: remove changelog and add --verbose to release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
hakadao committed May 13, 2024
1 parent b8dad47 commit c5d57f4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 655 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- args: [--frozen-lockfile]
- name: Release
run: npx release-it ${{ inputs.increment }}
run: npx release-it ${{ inputs.increment }} --verbose
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
CHROME_EXTENSION_ID: ${{ secrets.CHROME_EXTENSION_ID }}
Expand Down
1 change: 0 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"plugins": {
"release-it-pnpm": {
"inFile": "CHANGELOG.md",
"publishCommand": "pnpm run submit"
}
},
Expand Down
Loading

0 comments on commit c5d57f4

Please sign in to comment.