Skip to content

Commit

Permalink
chore: adjust semantic release (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Dec 12, 2023
1 parent b5abb11 commit eb66451
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
executionMode: 'branch',
},
packageRules: [
{
matchFileNames: ['.github/workflows/**'],
semanticCommitType: 'ci',
},
{
matchDatasources: ['docker'],
semanticCommitType: 'build',
Expand All @@ -25,10 +29,6 @@
matchPackagePrefixes: ['@semantic-release/'],
semanticCommitType: 'build',
},
{
matchFileNames: ['.github/workflows/**'],
semanticCommitType: 'ci',
},
{
matchFileNames: ['**/*.md'],
extends: [
Expand Down
26 changes: 14 additions & 12 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,25 @@ presetConfig:
types:
- type: feat
section: 'Features'
- type: features
section: 'Features'
- type: build
section: 'Build System'
- type: fix
section: 'Bug Fixes'
- type: perf
section: 'Performance Improvements'
- type: revert
section: 'Reverts'
- type: docs
section: 'Documentation'
- type: style
section: 'Styles'
- type: chore
section: 'Miscellaneous Chores'
- type: refactor
section: 'Code Refactoring'
- type: test
section: 'Tests'
- type: build
section: 'Build System'
- type: ci
section: 'Continuous Integration'
- type: style
section: 'Styles'
- type: refactor
section: 'Code Refactoring'
- type: perf
section: 'Performance Improvements'
- type: revert
section: 'Reverts'
- type: chore
section: 'Miscellaneous Chores'

0 comments on commit eb66451

Please sign in to comment.