Skip to content

Commit 235bb21

Browse files
author
yuval-shlomo-dekel
committed
Update CI
Signed-off-by: yuval-shlomo-dekel <[email protected]>
1 parent f143a96 commit 235bb21

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jobs:
3535
npm install @semantic-release/exec
3636
npm install @semantic-release/git
3737
npm install @semantic-release/github
38+
npm install @semantic-release/release-notes-generator -D
3839
npx semantic-release

.releaserc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
["@semantic-release/commit-analyzer", {
66
"preset": "angular",
77
"releaseRules": [
8-
{"type": "release","release": "patch"}
8+
{"type": "release","release": "patch"},
9+
{"type": "major","release": "major"},
10+
{"type": "minor","release": "minor"},
11+
{"type": "patch","release": "patch"}
912
]}],
1013
"@semantic-release/release-notes-generator",
1114
"@semantic-release/changelog",

0 commit comments

Comments
 (0)