Skip to content

Commit

Permalink
chore: update the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Feb 19, 2020
1 parent e2ae799 commit 7183ee0
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 6 deletions.
9 changes: 7 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"increment": "conventional:angular",
"script": {
"changelog": "npm run changelog",
"beforeStage": "npm run changelog.write"
Expand All @@ -19,5 +18,11 @@
},
"npm": {
"publish": false
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md"
}
}
}
}
126 changes: 126 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,16 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
"conventional-changelog-cli": "^2.0.31",
"release-it": "^12.5.0",
"terser": "^4.6.3",
"@angular-devkit/build-angular": "~0.900.2",
"@angular/cli": "~9.0.2",
"@angular/compiler-cli": "~9.0.1",
"@angular/language-service": "~9.0.1",
"@types/node": "^12.11.1",
"@release-it/conventional-changelog": "^1.1.0",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"codelyzer": "^5.1.2",
"conventional-changelog-cli": "^2.0.31",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.3.0",
Expand All @@ -65,6 +64,8 @@
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"protractor": "~5.4.3",
"release-it": "^12.5.0",
"terser": "^4.6.3",
"ts-node": "~8.3.0",
"tslint": "~5.18.0",
"typescript": "~3.7.5"
Expand Down

0 comments on commit 7183ee0

Please sign in to comment.