Skip to content

Commit

Permalink
chore: Änderungen an release-it Konfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding committed Jul 29, 2023
1 parent bf4826e commit db2bfa2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"preset": {
"name": "conventionalcommits",
"types": [
{ "type": "feat", "section": "\uD83C\uDD95 Features" },
{ "type": "change", "section": "\uD83D\uDD04 Changes" },
{ "type": "fix", "section": "\uD83E\uDEB2 Bug Fixes" },
{ "type": "feat", "section": "\uD83C\uDD95 Funktionen" },
{ "type": "change", "section": "\uD83D\uDD04 Änderungen" },
{ "type": "fix", "section": "\uD83E\uDEB2 Fehlerbehebungen" },
{ "type": "hotfix", "section": "\uD83D\uDD25 Hotfixes" },
{ "type": "docs", "section": "\uD83D\uDCD2 Documentation" },
{ "type": "style", "section": "\uD83D\uDD8C\uFE0F Styles" },
{ "type": "style", "section": "\uD83D\uDD8C\uFE0F Aussehen" },
{ "type": "refactor", "section": "\uD83D\uDCBB Code Refactoring" },
{ "type": "deps", "section": "\uFE0F Dependencies" }
{ "type": "deps", "section": "\uFE0F Abhängigkeiten" },
{ "type": "content", "section": "\uD83D\uDCD6 Inhalt" }
]
}
}
Expand Down

0 comments on commit db2bfa2

Please sign in to comment.