From 0735ffe5b29f8603da9cc5f4fc017015c6529343 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Thu, 6 Jul 2023 11:18:46 -0700 Subject: [PATCH] chore(releasing): Fix markdown syntax in minor release template (#17890) Signed-off-by: Jesse Szwedko Signed-off-by: Jesse Szwedko --- .github/ISSUE_TEMPLATE/minor-release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/minor-release.md b/.github/ISSUE_TEMPLATE/minor-release.md index 0ea25a30c0432..71ba54de40652 100644 --- a/.github/ISSUE_TEMPLATE/minor-release.md +++ b/.github/ISSUE_TEMPLATE/minor-release.md @@ -41,8 +41,8 @@ On the day of release: - [ ] Merge release preparation branch into the release branch - `git co v0. && git merge --ff-only prepare-v0.` - [ ] Tag new release - - [ ] `git tag v0..0 -a -m v0..0`` - - [ ] `git push origin v0..0 + - [ ] `git tag v0..0 -a -m v0..0` + - [ ] `git push origin v0..0` - [ ] Wait for release workflow to complete - Discoverable via [https://github.com/timberio/vector/actions/workflows/release.yml](https://github.com/timberio/vector/actions/workflows/release.yml) - [ ] Release updated Helm chart. See [releasing Helm chart](https://github.com/vectordotdev/helm-charts#releasing).