Skip to content

Commit

Permalink
chore: use Code Refactoring as the release section for TECH_DEBT issu…
Browse files Browse the repository at this point in the history
…e type
  • Loading branch information
ysun62 authored and tagoro9 committed Jun 23, 2023
1 parent 7b1712e commit 9b20209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/getReleaseNotes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const ISSUE_TYPE_TO_RELEASE_SECTION: { [k in IssueType]: string } = {
[IssueType.STORY]: 'Features',
[IssueType.SPIKE]: 'Features',
[IssueType.FEATURE]: 'Features',
[IssueType.TECH_DEBT]: 'Tech debt',
[IssueType.TECH_DEBT]: 'Code Refactoring',
};

/**
Expand Down

0 comments on commit 9b20209

Please sign in to comment.