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: .gitlab/Release.md.template
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ EOF
43
43
sh -x stackgres-k8s/ci/utils/update-version.sh "${VERSION}"
44
44
```
45
45
1. [ ] Update `CHANGELOG.md` (review commit messages to populate the changelog: `git log`)
46
-
1. [ ] Add ${VERSION} section in `doc/content/en/01-introduction/06-versions/_index.md` with values from `stackgres-k8s/src/common/src/main/resources/versions.properties`
46
+
1. [ ] Add ${VERSION} section in `doc/content/en/01-introduction/06-versions/_index.md` with values from `stackgres-k8s/src/common/src/main/resources/versions-${VERSION%.*}.properties`
47
47
1. [ ] Check the changes to ensure everything is correct before commit:
48
48
```
49
49
git diff
@@ -246,15 +246,7 @@ $(
246
246
```
247
247
git push origin add-version-${NEXT_MINOR_VERSION}
248
248
```
249
-
1. [ ] Wait for the pipeline of `add-version-${NEXT_MINOR_VERSION}` branch to complete
250
-
1. [ ] Merge local branch `add-version-${NEXT_MINOR_VERSION}` into `main`:
1. [ ] Create a MR using the link provided by the previous command (against the `main` branch) and merge it when all checks pass.
258
250
1. [ ] Change scheduled pipeline description and `STACKGRES_PREVIOUS_VERSION` environment variable to test upgrade from version `${TO_REMOVE_MINOR_VERSION}` to version `${MINOR_VERSION}`: https://gitlab.com/ongresinc/stackgres/-/pipeline_schedules/237754/edit?id=237754
259
251
1. [ ] Change scheduled pipeline description and `STACKGRES_VERSION` environment variable to test from version `${TO_REMOVE_MINOR_VERSION}` to version `${MINOR_VERSION}`: https://gitlab.com/ongresinc/stackgres/-/pipeline_schedules/262456/edit?id=262456 or https://gitlab.com/ongresinc/stackgres/-/pipeline_schedules/235791/edit?id=235791
Copy file name to clipboardExpand all lines: .gitlab/issue_templates/Beta Release.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ sh stackgres-k8s/ci/utils/generate-release-template.sh $VERSION
29
29
sh -x stackgres-k8s/ci/utils/update-version.sh "1.18.0-beta1"
30
30
```
31
31
1. [ ] Update `CHANGELOG.md` (review commit messages to populate the changelog: `git log`)
32
-
1. [ ] Add 1.18.0-beta1 section in `doc/content/en/01-introduction/06-versions/_index.md` with values from `stackgres-k8s/src/common/src/main/resources/versions.properties`
32
+
1. [ ] Add 1.18.0-beta1 section in `doc/content/en/01-introduction/06-versions/_index.md` with values from `stackgres-k8s/src/common/src/main/resources/versions-${VERSION%.*}.properties`
33
33
1. [ ] Check the changes to ensure everything is correct before commit:
Copy file name to clipboardExpand all lines: .gitlab/issue_templates/GA Release.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ sh stackgres-k8s/ci/utils/generate-release-template.sh $VERSION
29
29
sh -x stackgres-k8s/ci/utils/update-version.sh "1.18.0"
30
30
```
31
31
1. [ ] Update `CHANGELOG.md` (review commit messages to populate the changelog: `git log`)
32
-
1. [ ] Add 1.18.0 section in `doc/content/en/01-introduction/06-versions/_index.md` with values from `stackgres-k8s/src/common/src/main/resources/versions.properties`
32
+
1. [ ] Add 1.18.0 section in `doc/content/en/01-introduction/06-versions/_index.md` with values from `stackgres-k8s/src/common/src/main/resources/versions-${VERSION%.*}.properties`
33
33
1. [ ] Check the changes to ensure everything is correct before commit:
Copy file name to clipboardExpand all lines: .gitlab/issue_templates/Patch Release.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ sh stackgres-k8s/ci/utils/generate-release-template.sh $VERSION
29
29
sh -x stackgres-k8s/ci/utils/update-version.sh "1.17.5"
30
30
```
31
31
1. [ ] Update `CHANGELOG.md` (review commit messages to populate the changelog: `git log`)
32
-
1. [ ] Add 1.17.5 section in `doc/content/en/01-introduction/06-versions/_index.md` with values from `stackgres-k8s/src/common/src/main/resources/versions.properties`
32
+
1. [ ] Add 1.17.5 section in `doc/content/en/01-introduction/06-versions/_index.md` with values from `stackgres-k8s/src/common/src/main/resources/versions-${VERSION%.*}.properties`
33
33
1. [ ] Check the changes to ensure everything is correct before commit:
0 commit comments