Skip to content

v0.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 20:49
· 174 commits to main since this release
5b4479d
ci(LH-70586): Ensure release task is run when tag is pushed (#47)

Yesterday, I merged a PR (https://github.com/CiscoDevNet/terraform-provider-cdo/pull/45) where I removed the requirement to run acceptance tests when pushing a tag (having acceptance tests run only on merge to main). However, I failed in that PR to remove the dependency between the `acceptance-tests` job and the `release` job. In this PR, I fix that and add a dependency from unit-test to release instead.