Skip to content

Commit 176832e

Browse files
authored
chore: add changelog to release process (#214)
1 parent b5c22dc commit 176832e

File tree

3 files changed

+384
-376
lines changed

3 files changed

+384
-376
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
- stage: release
2727
node_js: lts/*
2828
os: linux
29-
after_success: npx semantic-release@15
29+
after_success:
30+
- yarn add semantic-release@15 @semantic-release/commit-analyzer@^6 @semantic-release/release-notes-generator@^7 @semantic-release/changelog@^3 @semantic-release/npm@^5 @semantic-release/git@^7
31+
- yarn semantic-release
3032
cache:
3133
yarn: true
3234
branches:

package.json

+9
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,14 @@
9494
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS",
9595
"pre-commit": "lint-staged"
9696
}
97+
},
98+
"release": {
99+
"plugins": [
100+
"@semantic-release/commit-analyzer",
101+
"@semantic-release/release-notes-generator",
102+
"@semantic-release/changelog",
103+
"@semantic-release/npm",
104+
"@semantic-release/git"
105+
]
97106
}
98107
}

0 commit comments

Comments
 (0)