Skip to content

Commit

Permalink
fix: handle untracked file changes before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sghoweri committed Oct 22, 2019
1 parent 38df60b commit cde5176
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions auto-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ async function init() {
node scripts/release/update-php-package-versions.js -v ${nextVersion}
git add packages/core-php/composer.json packages/drupal-modules/bolt_connect/bolt_connect.info.yml packages/drupal-modules/bolt_connect/composer.json
git commit -m "[skip travis] chore: version bump PHP-related dependencies to v${nextVersion}"
git checkout yarn.lock
rm scripts/bolt-design-system-bot.private-key.pem
`);

await shell.exec(
Expand Down

0 comments on commit cde5176

Please sign in to comment.