Skip to content

Commit

Permalink
ci: increase pdk log verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Jul 12, 2024
1 parent 70a31ae commit 959eb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
// TODO: Uncomment when this version is stable.
// '@myparcel/semantic-release-wordpress-readme-generator',
addExecPlugin({
prepareCmd: `yarn pdk-builder release --root-command "${process.env.PDK_ROOT_COMMAND}" --version $\{nextRelease.version} -v`,
prepareCmd: `yarn pdk-builder release --root-command "${process.env.PDK_ROOT_COMMAND}" --version $\{nextRelease.version} -vvv`,
}),
addGitHubPlugin({
assets: [
Expand Down

0 comments on commit 959eb7e

Please sign in to comment.