Skip to content

Commit

Permalink
fix: verify success and fail config
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Feb 19, 2018
1 parent e42b3dc commit 33db9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const SemanticReleaseError = require('@semantic-release/error');
const execScript = require('./lib/exec-script');
const verifyConfig = require('./lib/verify-config');

const PLUGIN_TYPES = ['analyzeCommits', 'verifyRelease', 'generateNotes', 'publish'];
const PLUGIN_TYPES = ['analyzeCommits', 'verifyRelease', 'generateNotes', 'publish', 'success', 'fail'];

async function verifyConditions(pluginConfig, params) {
for (const [option, value] of Object.entries(params.options || {})) {
Expand Down

0 comments on commit 33db9ec

Please sign in to comment.