Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
fix(release): add --yes flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ostowe committed Jun 30, 2021
1 parent 1de5b79 commit 5c22f5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bin/release-cleanup
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Please manually resolve conflicts in this file and continue when finished. Keep

// Bump release
console.log(chalk.green('Bumping main branch to next version...'));
execSync('npm run release:bump');
execSync('npm run release:bump -- --yes');

// Generate commit roundup.
const { releaseVersion } = await inquirer.prompt([
Expand Down
1 change: 0 additions & 1 deletion packages/core/components/app/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const App = (props) => {
* If the API URL is invalid, return early as only bad things happen from here.
*/
if (!apiValid) {
console.log(apiValid);
return (
<ErrorBoundary>
<RouteInvalid />
Expand Down

0 comments on commit 5c22f5d

Please sign in to comment.