Skip to content

Commit

Permalink
fix: adjust .releaserc formatting (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Sep 2, 2023
1 parent e0effa6 commit b2b6ceb
Showing 1 changed file with 40 additions and 36 deletions.
76 changes: 40 additions & 36 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
@@ -1,47 +1,51 @@
branches: [main]

plugins:
- - '@semantic-release/commit-analyzer'
- releaseRules:
- type: build
release: patch
- type: ci
release: patch
- type: docs
release: patch
- '@semantic-release/commit-analyzer'

- - '@semantic-release/release-notes-generator'
- presetConfig:
types:
- type: feat
section: 'Features'
- type: features
section: 'Features'
- 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'
- '@semantic-release/release-notes-generator'

- - '@semantic-release/git'
- assets: ['dist/index.js']
message: 'build(release): compiled action for ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}'

- '@semantic-release/github'
- - '@semantic-release/github'
- successComment: false

analyzeCommits:
releaseRules:
- type: build
release: patch
- type: ci
release: patch
- type: docs
release: patch

preset: conventionalcommits

presetConfig:
types:
- type: feat
section: 'Features'
- type: features
section: 'Features'
- 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'

0 comments on commit b2b6ceb

Please sign in to comment.