Skip to content

Commit

Permalink
build(release): move github release to the end of the chain
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Feb 8, 2024
1 parent 57a606f commit 8ac4bb0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/delivery-options/release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ module.exports = {
addGitHubActionsOutputPlugin(),
addReleaseNotesGeneratorPlugin(),
addChangelogPlugin(),
addGitHubPlugin(),

/*
* Includes npm and git functionality
*/
'@myparcel-do/semantic-release-plugin',

addGitHubPlugin(),
],
};

0 comments on commit 8ac4bb0

Please sign in to comment.