Skip to content

v0.2.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@owais owais released this 30 Mar 21:48
b4512e7
Enable publishing releases from tags (#749)

Circle was not running any builds for tags because the publish job had
other jobs as dependencies and they did not explicitly specify that they
should be run for tags. Looks like Circle will always run a job for any
branch unless the branch is ignored and never run a job for a tag unless
the tag is explicitly enabled.

Co-authored-by: Bogdan Drutu <[email protected]>