Skip to content

Commit

Permalink
🔧 Chore: Restore automatic release
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 committed Jan 28, 2018
1 parent 61aa20a commit 83d6417
Show file tree
Hide file tree
Showing 3 changed files with 1,618 additions and 187 deletions.
6 changes: 5 additions & 1 deletion config/release.config.js
@@ -1,4 +1,4 @@
/* eslint-disable no-useless-escape */
/* eslint-disable no-useless-escape,max-len */
module.exports = {
analyzeCommits: {
preset: 'eslint',
Expand All @@ -23,4 +23,8 @@ module.exports = {
],
},
},
verifyConditions:
['@semantic-release/changelog', '@semantic-release/npm', '@semantic-release/git', '@semantic-release/github'],
publish:
['@semantic-release/changelog', '@semantic-release/npm', '@semantic-release/git', '@semantic-release/github'],
};

0 comments on commit 83d6417

Please sign in to comment.