Skip to content

Commit

Permalink
Merge 3191a38 into 374cd0e
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Dec 25, 2019
2 parents 374cd0e + 3191a38 commit a05e22e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
14 changes: 13 additions & 1 deletion package-lock.json

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

14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@kibibit/test-report-now": "^1.0.0",
"@semantic-release/changelog": "^3.0.6",
"@semantic-release/commit-analyzer": "^6.1.0",
"@semantic-release/exec": "^3.4.0-beta.2",
"@semantic-release/git": "^7.1.0-beta.3",
Expand All @@ -72,13 +73,13 @@
"cz-conventional-changelog": "^3.0.2",
"depcheck": "^0.9.1",
"husky": "^3.1.0",
"jest": "^24.9.0",
"jest-github-reporter": "^0.3.4",
"jest-image-snapshot": "^2.11.1",
"jest-stare": "^1.25.0",
"jest": "^24.9.0",
"now": "^16.7.0",
"semantic-release-cli": "^5.2.3",
"semantic-release": "16.0.0-beta.46",
"semantic-release-cli": "^5.2.3",
"supertest": "^4.0.2",
"ts-jest": "^24.1.0",
"ts-loader": "^6.1.1",
Expand Down Expand Up @@ -157,10 +158,17 @@
],
"prepare": [
"@semantic-release/npm",
[
"@semantic-release/changelog",
{
"changelogFile": "docs/CHANGELOG.md"
}
],
{
"path": "@semantic-release/git",
"assets": [
"package.json"
"package.json",
"docs/CHANGELOG.md"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
Expand Down

0 comments on commit a05e22e

Please sign in to comment.