Releases: emmeowzing/dynamic-continuation-orb
Releases · emmeowzing/dynamic-continuation-orb
v3.6.9
v3.6.8
What's Changed
- Fix docs as
auto-detect
workflows is actually enabled by default. - Fix a long-standing issue with ignore file includes: by @bjd2385 in #51
Full Changelog: v3.6.7...v3.6.8
v3.6.7
What's Changed
- chore(deps): update slack orb to v4.12.3 by @renovate in #48
- chore(deps): update general orb to v0.6.2 by @renovate in #47
- chore(deps): update general orb to v0.6.3 by @renovate in #50
- chore(deps): update slack orb to v4.12.5 by @renovate in #53
- feat: Support custom executor by @yangchoo in #55
New Contributors
Full Changelog: v3.6.6...v3.6.7
v3.6.6
What's Changed
Full Changelog: v3.6.5...v3.6.6
v3.6.5
What's Changed
Full Changelog: v3.6.3...v3.6.5
v3.6.4
What's Changed
- Pin installed CircleCI CLI version to avoid problems like CircleCI-Public/circleci-cli#895
- require-approval: Add slack approval by @bjd2385 in #40
Full Changelog: v3.6.3...v3.6.4
v3.6.3
Full Changelog: v3.6.2...v3.6.3
v3.6.2
v3.6.1
v3.6.0
Features
-
It's no longer necessary to specify a modules listing. Users may now optionally use the switch
auto-detect: true
to auto-detect modules under.circleci/
. Existing jobs specifying modules should continue to work as intended following upgrade. So- dynamic/continue: context: circleci modules: | /src /terraform ...
becomes
- dynamic/continue: context: circleci
What's Changed
Full Changelog: v3.5.0...v3.6.0