Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
ci(Releases): Create minor release upon improv-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Feb 27, 2022
1 parent 7611742 commit e45c4db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ analyzeCommits:
release: false
- type: test # Adding missing tests or correcting existing tests
release: false
- type: improv # A change which improves an already existing feature or aspect
release: minor

# Responsible for generating the content of the release note.
# If multiple plugins with a generateNotes step are defined,
Expand Down Expand Up @@ -110,6 +112,9 @@ generateNotes:
- type: 'test'
section: '🧪 Tests'
hidden: false
- type: 'improv'
section: '💎 Improvements'
hidden: false

# Responsible for preparing the release, for example creating or updating files
# such as package.json, CHANGELOG.md, documentation or compiled assets
Expand Down

0 comments on commit e45c4db

Please sign in to comment.