diff --git a/.goreleaser.yaml b/.goreleaser.yaml index c635e676c5..b614f6542f 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -79,6 +79,8 @@ release: All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. + ## Release Notes Blog Post + For a detailed breakdown of the key changes and improvements in this release, check out the [official blog post](https://blog.argoproj.io/argo-cd-v2-14-release-candidate-57a664791e2a) ## Upgrading diff --git a/docs/developer-guide/releasing.md b/docs/developer-guide/releasing.md index bb51ebfa8d..ed3a0163c8 100644 --- a/docs/developer-guide/releasing.md +++ b/docs/developer-guide/releasing.md @@ -20,6 +20,7 @@ triggered. This will be automated in the very near future. * Update `CHANGELOG.md` with changes for this release * Commit & push changes to `CHANGELOG.md` +* Update `goreleaser.yaml` with the updated blog post link in the `Release Notes Blog Post` section. **The `Init ARGOCD Release` workflow will perform the following steps:**