Skip to content

Commit

Permalink
ci: add changelog package
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Aug 31, 2023
1 parent bb0f8aa commit 8c61e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
with:
node-version: "lts/*"
- name: Install dependencies
run: npm install --global @commitlint/{cli@17,config-conventional@17} semantic-release@21 @semantic-release/{changelog@6,commit-analyzer@10,git@10,github@9,release-notes-generator@11}
run: npm install --global @commitlint/{cli@17,config-conventional@17} semantic-release@21 @semantic-release/{changelog@6,commit-analyzer@10,git@10,github@9,release-notes-generator@11} conventional-changelog-conventionalcommits@6
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8c61e93

Please sign in to comment.