Skip to content

Commit

Permalink
Update release.md
Browse files Browse the repository at this point in the history
Fixed links & made other edits to release issue template

Closes bazelbuild#16697.

PiperOrigin-RevId: 487532320
Change-Id: I1a2901369aa2f96a858ea4b2b31189505bc6ac79
  • Loading branch information
keertk authored and copybara-github committed Nov 10, 2022
1 parent d78d25e commit 76100bb
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
name: 'Release issue (For release managers only)'
about: Communicate the progress of a release
title: 'Release X.Y - $MONTH $YEAR'
title: 'Release X.Y.Z - $MONTH $YEAR'
labels: ['release','team-OSS','P1','type: process']
assignees:
- kshyanashree

---

# Status of Bazel X.Y
# Status of Bazel X.Y.Z

<!-- The first item is only needed for major releases (X.0.0) -->
- Target baseline: [date]
Expand All @@ -21,12 +23,12 @@ Task list:

<!-- The first three items are only needed for major releases (X.0.0) -->

- [ ] Pick release baseline:
- [ ] Create release candidate:
- [ ] Check downstream projects:
- [ ] [Create draft release announcement](https://docs.google.com/document/d/1wDvulLlj4NAlPZamdlEVFORks3YXJonCjyuQMUQEmB0/edit)
- [ ] Send for review the release announcement PR:
- [ ] Push the release, notify package maintainers:
- [ ] Pick release baseline: [link to base commit]
- [ ] Create release candidate: X.Y.Zrc1
- [ ] Check downstream projects
- [ ] Create [draft release announcement](https://docs.google.com/document/d/1pu2ARPweOCTxPsRR8snoDtkC9R51XWRyBXeiC6Ql5so/edit) <!-- Note that there should be a new Bazel Release Announcement document for every major release. For minor and patch releases, use the latest open doc. -->
- [ ] Send the release announcement PR for review: [link to bazel-blog PR]
- [ ] Push the release and notify package maintainers: [link to comment notifying package maintainers]
- [ ] Update the documentation
- [ ] Push the blog post
- [ ] Push the blog post: [link to blog post]
- [ ] Update the [release page](https://github.com/bazelbuild/bazel/releases/)

0 comments on commit 76100bb

Please sign in to comment.