Skip to content

Commit

Permalink
fix: 🐛 semantic-release update CHANGELOG.md on the git repo
Browse files Browse the repository at this point in the history
Added `@semantic-release/git` plugin in order to update git repository
after deploy.
  • Loading branch information
Piotr Oleś committed Apr 22, 2019
1 parent 7e4264c commit 8ad58af
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/git",
"@semantic-release/npm",
"@semantic-release/github"
]
Expand All @@ -111,6 +112,7 @@
"devDependencies": {
"@commitlint/config-conventional": "^7.5.0",
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/git": "^7.1.0-beta.3",
"@types/babel-code-frame": "^6.20.1",
"@types/chokidar": "^1.7.5",
"@types/micromatch": "^3.1.0",
Expand Down
16 changes: 16 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,22 @@
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-2.2.0.tgz#ee9d5a09c9969eade1ec864776aeda5c5cddbbf0"
integrity sha512-9Tj/qn+y2j+sjCI3Jd+qseGtHjOAeg7dU2/lVcqIQ9TV3QDaDXDYXcoOHU+7o2Hwh8L8ymL4gfuO7KxDs3q2zg==

"@semantic-release/git@^7.1.0-beta.3":
version "7.1.0-beta.3"
resolved "https://registry.yarnpkg.com/@semantic-release/git/-/git-7.1.0-beta.3.tgz#eeef3dbdedad6c363aa8a3bba5210a72af26a3a2"
integrity sha512-8IX4izJAWJVUqsugNC+JTIw3ZVdO3oEzE0K+1UAvYPlVMXxDEvpEMDOvZ8VYhYHUU4HOyoGc+CSoBmb09wrzdQ==
dependencies:
"@semantic-release/error" "^2.1.0"
aggregate-error "^2.0.0"
debug "^4.0.0"
dir-glob "^2.0.0"
execa "^1.0.0"
fs-extra "^7.0.0"
globby "^9.0.0"
lodash "^4.17.4"
micromatch "^3.1.4"
p-reduce "^1.0.0"

"@semantic-release/github@^5.3.0-beta.6":
version "5.3.1"
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-5.3.1.tgz#3c792b3c774af8192d615b5d199bbdd841e8ed0a"
Expand Down

0 comments on commit 8ad58af

Please sign in to comment.