Skip to content

Commit

Permalink
refactor: change release behavior (#730)
Browse files Browse the repository at this point in the history
See https://intuit.github.io/auto/docs/generated/shipit#without-next-branch---only-graduate-with-release-label

Per docs, unless PRs have the "released" tag, PRs merged to the primary
branch will now create prerelease versions only.

This is with input from Kelvin.

QBOEA-10182
  • Loading branch information
corp-ray authored Oct 4, 2023
1 parent 6acc83e commit 5cd4892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- run: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
- run:
name: Release
command: yarn auto shipit
command: yarn auto shipit --only-graduate-with-release-label

integration-ds:
<<: *defaults
Expand Down

0 comments on commit 5cd4892

Please sign in to comment.