Skip to content

Commit ffa636b

Browse files
authored
chore(deps): patch release for chore type (#78)
GH-77
1 parent cf2b6c9 commit ffa636b

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@
5757
"@loopback/eslint-config": "^13.0.1",
5858
"@loopback/testlab": "^5.0.1",
5959
"@semantic-release/changelog": "^6.0.1",
60+
"@semantic-release/commit-analyzer": "^9.0.2",
6061
"@semantic-release/git": "^10.0.1",
62+
"@semantic-release/npm": "^9.0.1",
63+
"@semantic-release/release-notes-generator": "^10.0.3",
6164
"@types/node": "^14.18.21",
6265
"@types/nodemailer": "^6.4.4",
6366
"@types/proxyquire": "^1.3.28",
@@ -109,12 +112,26 @@
109112
"master"
110113
],
111114
"plugins": [
112-
"@semantic-release/commit-analyzer",
115+
["@semantic-release/commit-analyzer", {
116+
"preset":"angular",
117+
"releaseRules" : [
118+
{"type": "chore", "scope":"deps","release":"patch"}
119+
]
120+
}],
113121
"@semantic-release/release-notes-generator",
114-
"@semantic-release/npm",
115-
"@semantic-release/github",
116122
"@semantic-release/changelog",
117-
"@semantic-release/git"
123+
"@semantic-release/npm",
124+
[
125+
"@semantic-release/git",
126+
{
127+
"assets": [
128+
"package.json",
129+
"CHANGELOG.md"
130+
],
131+
"message": "chore(release): ${nextRelease.version} semantic"
132+
}
133+
],
134+
"@semantic-release/github"
118135
],
119136
"repositoryUrl": "[email protected]:sourcefuse/loopback4-notifications.git"
120137
}

0 commit comments

Comments
 (0)