Skip to content

Commit

Permalink
feat: Added chore and docs for patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
Joost van der Waal committed Oct 1, 2024
1 parent a5595d5 commit 2e0b09c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workspaces/packages/gitversion/src/core/bump-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ const bumpMap: Record<string, BumpType> = {
revert: BumpType.PATCH,
perf: BumpType.PATCH,
performance: BumpType.PATCH,
chore: BumpType.PATCH,
docs: BumpType.PATCH,
};

// eslint-disable-next-line consistent-return
Expand Down

0 comments on commit 2e0b09c

Please sign in to comment.