Skip to content

Commit

Permalink
Merge pull request #1 from byCedric/fix/changelog
Browse files Browse the repository at this point in the history
fix: add changelog plugin for semantic releases
  • Loading branch information
byCedric committed May 20, 2018
2 parents 06b8a5e + 586047e commit 6ea887b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,15 @@ analyzeCommits:
release: patch
- type: test
release: patch
verifyConditions:
- '@semantic-release/changelog'
- '@semantic-release/npm'
- '@semantic-release/git'
prepare:
- '@semantic-release/changelog'
- '@semantic-release/npm'
- path: '@semantic-release/git'
message: |
release: create new version ${nextRelease.version} [skip ci]
${nextRelease.notes}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
"fs-extra": "^6.0.1"
},
"devDependencies": {
"@semantic-release/changelog": "^2.0.2",
"@semantic-release/error": "^2.2.0",
"@semantic-release/git": "^5.0.0",
"@types/detect-indent": "^5.0.0",
"@types/fs-extra": "^5.0.2",
"@types/jest": "^22.2.3",
Expand Down

0 comments on commit 6ea887b

Please sign in to comment.