Skip to content

Commit

Permalink
ci: attempt to fix release step
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Aug 31, 2023
1 parent 01fa660 commit 4321b1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .commitlintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
extends:
- '@commitlint/config-conventional'
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
preset: conventionalcommits
plugins:
- ['@semantic-release/commit-analyzer', {preset: 'conventionalcommits'}]
- '@semantic-release/commit-analyzer'
- '@semantic-release/release-notes-generator'
- ['@semantic-release/changelog', {changelogTitle: '# Changelog'}]
- '@semantic-release/github'
Expand Down

0 comments on commit 4321b1d

Please sign in to comment.