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

Commit

Permalink
ci(semantic-release): change release notes transform options
Browse files Browse the repository at this point in the history
  • Loading branch information
jftanner committed Dec 25, 2018
1 parent 74f0712 commit 3095322
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,20 @@
"preset": "angular",
"writerOpts": {
"transform": {
"commit.type": {
"feat": "Features",
"fix": "Fixes",
"perf": "Performance Improvements",
"revert": "Reverts",
"docs": "Documentation",
"style": "Styles",
"refactor": "Refactoring",
"test": "Tests",
"build": "Build System",
"ci": "Continuous Integration",
"rules": "Rule Changes"
"commit": {
"type": {
"feat": "Features",
"fix": "Fixes",
"perf": "Performance Improvements",
"revert": "Reverts",
"docs": "Documentation",
"style": "Styles",
"refactor": "Refactoring",
"test": "Tests",
"build": "Build System",
"ci": "Continuous Integration",
"rules": "Rule Changes"
}
}
}
}
Expand Down

0 comments on commit 3095322

Please sign in to comment.