Skip to content

Commit

Permalink
Merge branch 'master' into edit-test-titles
Browse files Browse the repository at this point in the history
  • Loading branch information
shtaif authored Sep 23, 2023
2 parents 3816556 + 8ba7fb2 commit ca7318f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ jobs:
@semantic-release/[email protected]
@semantic-release/[email protected]
@semantic-release/[email protected]
conventional-changelog-conventionalcommits@^7.0.2
25 changes: 21 additions & 4 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,27 @@
}
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/npm",
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits",
"presetConfig": {
"types": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "perf", "section": "Performance", "hidden": false },
{ "type": "refactor", "section": "Refactor", "hidden": false },
{ "type": "test", "section": "Tests", "hidden": false },
{ "type": "revert", "section": "Reverts", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "build", "section": "Build System", "hidden": false }
]
}
}
],
["@semantic-release/changelog", {}],
["@semantic-release/github", {}],
["@semantic-release/npm", {}],
[
"@semantic-release/git",
{
Expand Down

0 comments on commit ca7318f

Please sign in to comment.