Skip to content

Commit

Permalink
chore: Added new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmiravalir committed Sep 6, 2021
1 parent 1ac1e4f commit 0eac4e1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,16 @@
{"type": "chore", "release": "patch"}
]
}],
"@semantic-release/release-notes-generator",
["@semantic-release/release-notes-generator", {
"preset": "angular",
"presetConfig": {
"types": [
{"type": "feat", "section": "Library - Features"},
{"type": "fix", "section": "Library - Fixes"},
{"type": "chore", "section": "Library - Chores"}
]
}
}],
[
"@semantic-release/changelog",
{
Expand Down

0 comments on commit 0eac4e1

Please sign in to comment.