Skip to content

Commit 0735ffe

Browse files
authored
chore(releasing): Fix markdown syntax in minor release template (#17890)
Signed-off-by: Jesse Szwedko <[email protected]> Signed-off-by: Jesse Szwedko <[email protected]>
1 parent bc1b83a commit 0735ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/minor-release.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ On the day of release:
4141
- [ ] Merge release preparation branch into the release branch
4242
- `git co v0.<new version number> && git merge --ff-only prepare-v0.<new version number>`
4343
- [ ] Tag new release
44-
- [ ] `git tag v0.<minor>.0 -a -m v0.<minor>.0``
45-
- [ ] `git push origin v0.<minor>.0
44+
- [ ] `git tag v0.<minor>.0 -a -m v0.<minor>.0`
45+
- [ ] `git push origin v0.<minor>.0`
4646
- [ ] Wait for release workflow to complete
4747
- Discoverable via [https://github.com/timberio/vector/actions/workflows/release.yml](https://github.com/timberio/vector/actions/workflows/release.yml)
4848
- [ ] Release updated Helm chart. See [releasing Helm chart](https://github.com/vectordotdev/helm-charts#releasing).

0 commit comments

Comments
 (0)