Skip to content

Commit 2d00312

Browse files
authored
Merge pull request #33 from rees46/sync/release-20250612132716
Automated release
2 parents b36b5a8 + 2d4763a commit 2d00312

File tree

1 file changed

+10
-25
lines changed

1 file changed

+10
-25
lines changed

.releaserc.yml

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,20 @@
22
"branches": ["master"],
33
"plugins":
44
[
5-
"@semantic-release/commit-analyzer",
65
[
7-
"@semantic-release/release-notes-generator",
6+
"@semantic-release/commit-analyzer",
87
{
9-
"preset": "conventionalcommits",
10-
"presetConfig":
11-
{
12-
"types":
13-
[
14-
{ type: "feat", section: "Features", hidden: false },
15-
{ type: "sync", section: "Features", hidden: false },
16-
{ type: "fix", section: "Bug Fixes", hidden: false },
17-
{
18-
type: "perf",
19-
section: "Performance Improvements",
20-
hidden: false,
21-
},
22-
{ type: "revert", section: "Reverts", hidden: false },
23-
{ type: "docs", section: "Other Updates", hidden: false },
24-
{ type: "style", section: "Other Updates", hidden: false },
25-
{ type: "chore", section: "Other Updates", hidden: false },
26-
{ type: "refactor", section: "Other Updates", hidden: false },
27-
{ type: "test", section: "Other Updates", hidden: false },
28-
{ type: "build", section: "Other Updates", hidden: false },
29-
{ type: "ci", section: "Other Updates", hidden: false },
30-
],
31-
},
8+
"preset": "angular",
9+
"releaseRules":
10+
[
11+
{ "type": "refactor", "release": "patch" },
12+
{ "type": "sync", "release": "minor" },
13+
],
14+
"parserOpts":
15+
{ "noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"] },
3216
},
3317
],
18+
"@semantic-release/release-notes-generator",
3419
[
3520
"@semantic-release/git",
3621
{

0 commit comments

Comments
 (0)