Skip to content

Commit

Permalink
Merge pull request #59 from Updater/generate-notes-breaking-change
Browse files Browse the repository at this point in the history
Generate notes breaking change
  • Loading branch information
pmowrer committed Sep 5, 2018
2 parents b154148 + 691d74c commit cfee1e4
Show file tree
Hide file tree
Showing 2 changed files with 1,843 additions and 242 deletions.
7 changes: 5 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ const pluginDefinitions = require('semantic-release/lib/definitions/plugins');
const withOnlyPackageCommits = require('./only-package-commits');
const versionToGitTag = require('./version-to-git-tag');
const logPluginVersion = require('./log-plugin-version');
const { wrapPlugin } = require('semantic-release-plugin-decorators');
const {
wrapPlugin,
wrapMultiPlugin,
} = require('semantic-release-plugin-decorators');

const {
mapNextReleaseVersion,
Expand All @@ -20,7 +23,7 @@ const analyzeCommits = wrapPlugin(
pluginDefinitions.analyzeCommits.default
);

const generateNotes = wrapPlugin(
const generateNotes = wrapMultiPlugin(
NAMESPACE,
'generateNotes',
compose(
Expand Down
Loading

0 comments on commit cfee1e4

Please sign in to comment.