diff --git a/.circleci/config.yml b/.circleci/config.yml index c5d82726a..dc5c5d371 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,6 +4,8 @@ workflows: test_and_release: jobs: - create_release_pull_request: + requires: + - prep-deps filters: branches: only: diff --git a/.circleci/scripts/release-bump-manifest-version b/.circleci/scripts/release-bump-manifest-version index 7579ad70a..78686d250 100755 --- a/.circleci/scripts/release-bump-manifest-version +++ b/.circleci/scripts/release-bump-manifest-version @@ -21,6 +21,7 @@ printf '%s\n' 'Updating the manifest version if needed' version="${CIRCLE_BRANCH/Version-v/}" updated_manifest="$(jq ".version = \"$version\"" app/manifest/_base.json)" printf '%s\n' "$updated_manifest" > app/manifest/_base.json +yarn prettier --write app/manifest/_base.json if [[ -z $(git status --porcelain) ]] then