zed/.github/workflows
Marshall Bowers 583a662ddc
Fix issues with drafting release notes in CI (#10955)
This PR addresses some issues I ran into with the way we draft release
notes in CI when doing builds.

The first issue I encountered was that `script/draft-release-notes` was
failing, seemingly due to CI doing a shallow Git checkout and not having
all of the tags available in order to compare then. This was addressed
by setting the `fetch-depth` during the Git checkout.

The second issue is that (in my opinion) we shouldn't fail the build if
drafting release notes fails. After well, we're doing it as a
convenience to ourselves, and it isn't a mandatory part of the build.
This was addressed by making any failures in
`script/draft-release-notes` not fail the CI step as a whole.

These changes were already applied to the `v0.133.x` branch.

Release Notes:

- N/A
2024-04-24 18:56:36 -04:00
..
bump_patch_version.yml ./script/trigger-release (#10589) 2024-04-16 19:32:51 -06:00
ci.yml Fix issues with drafting release notes in CI (#10955) 2024-04-24 18:56:36 -04:00
danger.yml Proxy Danger requests through a proxy service (#10395) 2024-04-11 00:01:20 -04:00
deploy_collab.yml Use a string for ZED_LOAD_BALANCER_SIZE_UNIT in k8s template 2024-03-06 11:03:14 +01:00
publish_extension_cli.yml Fix incorrect git ref check in publish extension cli workflow 2024-03-19 14:51:46 -07:00
randomized_tests.yml Format YAML files (#7887) 2024-02-15 22:04:57 -05:00
release_actions.yml
release_nightly.yml Initial Linux nightly bundles upload (#8913) 2024-03-07 23:22:53 +02:00
update_all_top_ranking_issues.yml Bump Python version in actions 2024-04-05 08:24:00 -04:00
update_weekly_top_ranking_issues.yml Bump Python version in actions 2024-04-05 08:24:00 -04:00