Skip to content

Commit

Permalink
Merge pull request #43 from LiveIntent/cm-942
Browse files Browse the repository at this point in the history
[CM-942] Update build config
  • Loading branch information
mschuwalow authored Sep 11, 2023
2 parents 68c0a5f + bfcbd9b commit dccdd0d
Show file tree
Hide file tree
Showing 6 changed files with 399 additions and 189 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,21 @@ workflows:
requires:
- release_premajor?

- release_bump_prerelease?:
context: live-connect
type: approval
requires:
- build_and_test
filters:
<<: *prereleasable_branch

- release:
context: live-connect
name: release_bump_prerelease
increment: "bump-prerelease"
requires:
- release_bump_prerelease?

- release_alpha->beta?:
context: live-connect
type: approval
Expand Down
Loading

0 comments on commit dccdd0d

Please sign in to comment.