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
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
This is a component issue for __{REPLACE_WITH_RELEASE_VERSION}__.
2
-
Coming from [opensearch-build__REPLACE_ISSUE_NUMBER__](https://github.com/opensearch-project/opensearch-build/issues/__REPLACE_ISSUE_NUMBER__). Please follow the following checklist.
1
+
This is a component issue for `{{RELEASE_VERSION}}`.
2
+
Coming from {{RELEASE_ISSUE}}. Please follow the following checklist.
3
3
__Please refer to the DATES in that post__.
4
4
5
5
<details><summary>How to use this issue</summary>
@@ -22,7 +22,7 @@ Linked at the top of this issue, the overall release issue captures the state of
22
22
23
23
## What should I do if my plugin isn't making any changes?
24
24
25
-
If including changes in this release, increment the version on `__{REPLACE_MAJOR_MINOR_PATCH}__` branch to `__{REPLACE_MAJOR_MINOR_PATCH}__` for Min/Core, and `__{REPLACE_MAJOR_MINOR_PATCH_0}__` for components. Otherwise, keep the version number unchanged for both.
25
+
If including changes in this release, increment the version on `{{RELEASE_VERSION_X}}` branch to `{{RELEASE_VERSION}}` for Min/Core, and `{{RELEASE_VERSION}}.0` for components. Otherwise, keep the version number unchanged for both.
26
26
27
27
</p>
28
28
</details>
@@ -38,11 +38,11 @@ If including changes in this release, increment the version on `__{REPLACE_MAJOR
38
38
39
39
-[ ] All code changes for `__{REPLACE_MAJOR_MINOR_PATCH}__` are complete.
40
40
-[ ] Ensure working and passing CI.
41
-
-[ ] Check that this repo is included in the [distribution manifest](https://github.com/opensearch-project/opensearch-build/blob/main/manifests/__REPLACE_MAJOR_MINOR_PATCH__).
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
43
43
### Pre-Release
44
44
45
-
-[ ] Update to the `__REPLACE_MAJOR_MINOR__` release branch in the [distribution manifest](https://github.com/opensearch-project/opensearch-build/blob/main/manifests/__REPLACE_MAJOR_MINOR_PATCH__).
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
48
-[ ] Confirm that all changes for `__{REPLACE_MAJOR_MINOR_PATCH}__` have been merged.
0 commit comments