Skip to content

Commit

Permalink
chore: 🤖 skip swagger file generation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mpastecki committed Mar 6, 2024
1 parent 87acdbe commit 700a3d5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ module.exports = {
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/changelog',
[
'@semantic-release/exec',
{
// eslint-disable-next-line no-template-curly-in-string
prepareCmd: './prepareRelease.sh ${nextRelease.version}',
},
],
// The next plugin is commented out. It can be added once the polymesh-private dockerhub repo is public
// [
// '@semantic-release/exec',
// {
// // eslint-disable-next-line no-template-curly-in-string
// prepareCmd: './prepareRelease.sh ${nextRelease.version}',
// },
// ],
[
'@semantic-release/npm',
{
Expand Down

0 comments on commit 700a3d5

Please sign in to comment.