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/component_release_template.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -32,11 +32,11 @@ If including changes in this release, increment the version on `{{RELEASE_VERSIO
32
32
-[ ] Assign this issue to a release owner.
33
33
-[ ] Finalize scope and feature set and update [the Public Roadmap](https://github.com/orgs/opensearch-project/projects/1).
34
34
-[ ] All the tasks in this issue have been reviewed by the release owner.
35
-
-[ ] Create, update, triage and label all features and issues targeted for this release with `v__REPLACE_MAJOR_MINOR_PATCH__`.
35
+
-[ ] Create, update, triage and label all features and issues targeted for this release with `v{{RELEASE_VERSION}}`.
36
36
37
37
### CI/CD
38
38
39
-
-[ ] All code changes for `__{REPLACE_MAJOR_MINOR_PATCH}__` are complete.
39
+
-[ ] All code changes for `{{RELEASE_VERSION}}` are complete.
40
40
-[ ] Ensure working and passing CI.
41
41
-[ ] Check that this repo is included in the [distribution manifest](https://github.com/opensearch-project/opensearch-build/blob/main/manifests/{{RELEASE_VERSION}}).
42
42
@@ -45,7 +45,7 @@ If including changes in this release, increment the version on `{{RELEASE_VERSIO
45
45
-[ ] Update to the `{{RELEASE_VERSION}}` release branch in the [distribution manifest](https://github.com/opensearch-project/opensearch-build/blob/main/manifests/{{RELEASE_VERSION}}).
46
46
-[ ] Increment the version on the parent branch to the next development iteration.
47
47
-[ ] Gather, review and publish release notes following the [rules](https://github.com/opensearch-project/opensearch-plugins/blob/main/RELEASE_NOTES.md) and back port it to the release branch.[git-release-notes](https://github.com/ariatemplates/git-release-notes) may be used to generate release notes from your commit history.
48
-
-[ ] Confirm that all changes for `__{REPLACE_MAJOR_MINOR_PATCH}__` have been merged.
48
+
-[ ] Confirm that all changes for `{{RELEASE_VERSION}}` have been merged.
49
49
-[ ] Add this repo to the [manifest](https://github.com/opensearch-project/opensearch-build/blob/main/manifests/) for the next developer iteration.
0 commit comments