File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments