Skip to content

Commit

Permalink
Use conventionalcommits preset
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed Mar 19, 2024
1 parent f36074f commit 6aee9ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export default async function main() {

let bump = await analyzeCommits(
{
preset: 'conventionalcommits',
releaseRules: mappedReleaseRules
? // analyzeCommits doesn't appreciate rules with a section /shrug
mappedReleaseRules.map(({ section, ...rest }) => ({ ...rest }))
Expand Down

0 comments on commit 6aee9ab

Please sign in to comment.