-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Jib Core and CLI release checklists and update release workflows (#…
…3175) * release templates for Jib Core and CLI
- Loading branch information
1 parent
053a1d7
commit f49f85e
Showing
5 changed files
with
73 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: CLI Release {{ env.RELEASE_NAME }} | ||
labels: release | ||
--- | ||
## Requirements | ||
- [ ] ⚠️ Ensure the release process has succeeded before proceeding | ||
|
||
## Github | ||
- [ ] Update [CHANGELOG.md]({{ env.CHANGELOG_URL }}) | ||
- [ ] Update [README.md]({{ env.README_URL }}) | ||
- [ ] Publish [Release]({{ env.RELEASE_DRAFT }}) | ||
- [ ] Merge PR ({{ env.RELEASE_PR }}) | ||
- [ ] Update the current [milestone](https://github.com/GoogleContainerTools/jib/milestones), roll over any incomplete issues to next milestone. | ||
|
||
## Announce | ||
- [ ] Email jib users | ||
- [ ] Post to [gitter](https://gitter.im/google/jib) | ||
- [ ] Mention on all fixed issues that latest release has addressed the issue (usually any closed issues in a [milestone](https://github.com/GoogleContainerTools/jib/milestones)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: Core Release {{ env.RELEASE_NAME }} | ||
labels: release | ||
--- | ||
## Requirements | ||
- [ ] ⚠️ Ensure the release process has succeeded before proceeding | ||
|
||
## Github | ||
- [ ] Update [CHANGELOG.md]({{ env.CHANGELOG_URL }}) | ||
- [ ] Update [README.md]({{ env.README_URL }}) | ||
- [ ] Publish [Release]({{ env.RELEASE_DRAFT }}) | ||
- [ ] Merge PR ({{ env.RELEASE_PR }}) | ||
- [ ] Update the current [milestone](https://github.com/GoogleContainerTools/jib/milestones), roll over any incomplete issues to next milestone. | ||
|
||
## Announce | ||
- [ ] Email jib users | ||
- [ ] Post to [gitter](https://gitter.im/google/jib) | ||
- [ ] Mention on all fixed issues that latest release has addressed the issue (usually any closed issues in a [milestone](https://github.com/GoogleContainerTools/jib/milestones)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters