-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a release template #2863
Merged
Aneurysm9
merged 10 commits into
open-telemetry:main
from
MadVikingGod:mvg/release-template
Jul 6, 2022
Merged
Add a release template #2863
Changes from 3 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
42cdc10
Add a release template
MadVikingGod 0cf79ed
Update the about field
MadVikingGod 69b5bbb
Merge branch 'main' into mvg/release-template
hanyuancheung 6de35e4
Merge branch 'main' into mvg/release-template
hanyuancheung 65f3e9f
Fix linting Issues
MadVikingGod c0bdf97
Merge branch 'main' into mvg/release-template
hanyuancheung b6e303b
Merge branch 'main' into mvg/release-template
hanyuancheung 33ef034
Add ignore for template link
MadVikingGod 1bad238
Merge branch 'main' into mvg/release-template
hanyuancheung d82e526
Merge branch 'main' into mvg/release-template
Aneurysm9 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,19 @@ | ||
--- | ||
name: Version Release | ||
about: Checklist to follow when shipping a new release. | ||
title: 'Release <V1.x.x> Checklist' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
- [ ] Complete [Milestone](https://github.com/open-telemetry/opentelemetry-go/milestone/<Release Milesone>) | ||
- [ ] Update contrib codebase to support changes about to be released (use a git sha version) | ||
- [ ] [Pre-release](https://github.com/open-telemetry/opentelemetry-go/blob/main/RELEASING.md#pre-release) | ||
- [ ] [Tag](https://github.com/open-telemetry/opentelemetry-go/blob/main/RELEASING.md#tag) | ||
- [ ] [Release](https://github.com/open-telemetry/opentelemetry-go/blob/main/RELEASING.md#release) | ||
- [ ] [Check examples](https://github.com/open-telemetry/opentelemetry-go/blob/main/RELEASING.md#verify-examples) | ||
- [ ] [Sync with Contrib](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/RELEASING.md#upgrade-goopentelemetryiootel-packages) | ||
- [ ] [Release contrib](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/RELEASING.md#release-process) | ||
- [ ] [Sync website docs](https://github.com/open-telemetry/opentelemetry-go/blob/main/RELEASING.md#website-documentation) | ||
- [ ] Close the milestone | ||
MadVikingGod marked this conversation as resolved.
Show resolved
Hide resolved
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's maybe because I'm not a maintainer, but I can't figure out a way to get a working URL for this v1.8.0 milestone, outside of the issues interface..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The fun of github's API.
You can find the milestones at: https://github.com/open-telemetry/opentelemetry-go/milestones
The milestone for 1.8 is https://github.com/open-telemetry/opentelemetry-go/milestone/24
I don't think there is a way to refer to the milestone by the name