Skip to content

Commit

Permalink
chore(bump): no need to confirm version bump (aws#4620)
Browse files Browse the repository at this point in the history
add --yes to "lerna version" so that bump will be completely touchless.
another small step towards auto-bump.
  • Loading branch information
Elad Ben-Israel authored and mergify[bot] committed Oct 22, 2019
1 parent 261a1bf commit fec554f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export NODE_OPTIONS="--max-old-space-size=4096 ${NODE_OPTIONS:-}"

/bin/bash ./install.sh

npx lerna version ${version} --exact --force-publish=* --no-git-tag-version --no-push
npx lerna version ${version} --yes --exact --force-publish=* --no-git-tag-version --no-push

# Another round of install to fix package-lock.jsons
/bin/bash ./install.sh
Expand All @@ -31,4 +31,4 @@ npx lerna version ${version} --exact --force-publish=* --no-git-tag-version --no
/bin/bash scripts/fix-peer-deps.sh

# Generate CHANGELOG and create a commit
npx standard-version --release --skip.tag=true --commit-all
npx standard-version --release --skip.tag=true --commit-all

0 comments on commit fec554f

Please sign in to comment.