Skip to content

Commit 6df10a2

Browse files
authored
ci: enable github releases (#168)
1 parent c616cb3 commit 6df10a2

File tree

4 files changed

+1529
-923
lines changed

4 files changed

+1529
-923
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ references:
1515
executors:
1616
daneel:
1717
docker:
18-
- image: circleci/node:10.15.1
18+
- image: circleci/node:10
1919
working_directory: ~/repo
2020

2121
jobs:

config/release.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module.exports = {
22
plugins: [
33
'@semantic-release/commit-analyzer',
44
'@semantic-release/release-notes-generator',
5+
'@semantic-release/github',
56
['@semantic-release/changelog', {
67
changelogFile: 'docs/CHANGELOG.md'
78
}],

0 commit comments

Comments
 (0)