You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/minor-release.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@ On the day of release:
41
41
-[ ] Merge release preparation branch into the release branch
42
42
-`git co v0.<new version number> && git merge --ff-only prepare-v0.<new version number>`
43
43
-[ ] 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`
46
46
-[ ] Wait for release workflow to complete
47
47
- Discoverable via [https://github.com/timberio/vector/actions/workflows/release.yml](https://github.com/timberio/vector/actions/workflows/release.yml)
48
48
-[ ] Release updated Helm chart. See [releasing Helm chart](https://github.com/vectordotdev/helm-charts#releasing).
0 commit comments