Skip to content

Commit 37818eb

Browse files
committed
chore(build): add .releaserc
1 parent 0883f78 commit 37818eb

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.releaserc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"plugins": [
3+
"@semantic-release/commit-analyzer",
4+
"@semantic-release/release-notes-generator",
5+
"@semantic-release/changelog",
6+
"@semantic-release/npm",
7+
["@semantic-release/git", {
8+
"assets": ["package.json", "CHANGELOG.md"],
9+
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
10+
}],
11+
"@semantic-release/github"
12+
]
13+
}

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
"@angular/compiler-cli": "~7.2.0",
4343
"@angular/language-service": "~7.2.0",
4444
"@fortawesome/fontawesome-free": "^5.8.1",
45+
"@semantic-release/changelog": "^3.0.1",
46+
"@semantic-release/git": "^7.0.6",
4547
"@types/jasmine": "~2.8.8",
4648
"@types/jasminewd2": "~2.0.3",
4749
"@types/node": "~8.9.4",

0 commit comments

Comments
 (0)