Skip to content

Commit 4483cb3

Browse files
gurkanindibayGurkan Indibay
authored andcommitted
Fixes review comments
1 parent f671a52 commit 4483cb3

File tree

4 files changed

+9
-33
lines changed

4 files changed

+9
-33
lines changed

.github/ISSUE_TEMPLATE/citus-enterprise-release-checklist-template.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,10 @@ assignees: gurkanindibay
77

88
---
99

10-
## Several things to note here
11-
12-
These instructions assume you have `$VERSION`, `$PROJECT`, and `$REPO` environment variables set in your shell (e.g. `10.0.2`, `citus`, and `citus`). With those set, code from most steps can be copy-pasted.
13-
14-
**After this checklist, you're still not done: open a release checklist for Enterprise too!**
15-
1610
# Update OS Packages
1711
## Debian and RedHat
18-
- Change your directory to `packaging` repository directory & checkout `all-$PROJECT` branch.
19-
- [ ] Run the pipeline using branch name as all-$PROJECT https://github.com/citusdata/packaging/actions/workflows/update_package_properties.yml. Input tag name and if version is fancy, input the fancy version_no. Other parameters could be kept as is if you want
12+
- Change your directory to `packaging` repository directory & checkout `all-enterprise` branch.
13+
- [ ] Run the pipeline using branch name as all-enterprise https://github.com/citusdata/packaging/actions/workflows/update_package_properties.yml. Input tag name and if version is fancy, input the fancy version_no. Other parameters could be kept as is if you want
2014
- Then check the following (needed for both debian & redhat):
2115
- [ ] Updated `pkglatest` variable in the `pkgvars` file to `$VERSION.citus-1`
2216
- Then check the following (needed for debian):

.github/ISSUE_TEMPLATE/citus-packaging-request-template.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,10 @@ assignees: gurkanindibay
77

88
---
99

10-
## Several things to note here
11-
12-
These instructions assume you have `$VERSION`, `$PROJECT`, and `$REPO` environment variables set in your shell (e.g. `10.0.2`, `citus`, and `citus`). With those set, code from most steps can be copy-pasted.
13-
14-
**After this checklist, you're still not done: open a release checklist for Enterprise too!**
15-
1610
# Update OS Packages
1711
## Debian and RedHat
18-
- Change your directory to `packaging` repository directory & checkout `all-$PROJECT` branch.
19-
- [ ] Run the pipeline using branch name as all-citus https://github.com/citusdata/packaging/actions/workflows/update_package_properties.yml. Input tag name and if version is fancy, input the fancy version_no. Other parameters could be kept as is if you want
12+
- Change your directory to `packaging` repository directory & checkout `all-citus` branch.
13+
- [ ] Run the pipeline using branch name as all-citus [update_package_properties workflow](https://github.com/citusdata/packaging/actions/workflows/update_package_properties.yml). Input tag name and if version is fancy, input the fancy version_no. Other parameters could be kept as is if you want
2014
- Then check the following (needed for both debian & redhat):
2115
- [ ] Updated `pkglatest` variable in the `pkgvars` file to `$VERSION.citus-1`
2216
- Then check the following (needed for debian):
@@ -55,7 +49,7 @@ Note that we create docker images for only the latest version of Citus. So, you
5549

5650
# Update PGXN
5751
- [ ] Run https://github.com/citusdata/packaging/actions/workflows/update-pgxn-version.yml on packaging repo, and check the following:
58-
- [ ] Check out the `pgxn-$PROJECT` branch of the [packaging repository](https://github.com/citusdata/packaging)
52+
- [ ] Check out the `pgxn-citus branch of the [packaging repository](https://github.com/citusdata/packaging)
5953
- [ ] All version occurrences are bumped in `META.json`
6054
- [ ] All version occurrences are bumped in `pkgvars`
6155
- [ ] After merging, ensure the Github Actions build completed successfully (a new release should appear in PGXN eventually)

.github/ISSUE_TEMPLATE/pg-auto-failover-enterprise-release-checklist-template.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,10 @@ assignees: gurkanindibay
77

88
---
99

10-
## Several things to note here
11-
12-
These instructions assume you have `$VERSION`, `$PROJECT`, and `$REPO` environment variables set in your shell (e.g. `10.0.2`, `citus`, and `citus`). With those set, code from most steps can be copy-pasted.
13-
14-
**After this checklist, you're still not done: open a release checklist for Enterprise too!**
15-
1610
# Update OS Packages
1711
## Debian and RedHat
18-
- Change your directory to `packaging` repository directory & checkout `all-$PROJECT` branch.
19-
- [ ] Run the pipeline using branch name as all-$PROJECT [update_package_properties workflow](https://github.com/citusdata/packaging/actions/workflows/update_package_properties.yml). Input tag name and if version is fancy, input the fancy version_no. Other parameters could be kept as is if you want
12+
- Change your directory to `packaging` repository directory & checkout `all-pgautofailover-enterprise` branch.
13+
- [ ] Run the pipeline using branch name as all-pgautofailover-enterprise [update_package_properties workflow](https://github.com/citusdata/packaging/actions/workflows/update_package_properties.yml). Input tag name and if version is fancy, input the fancy version_no. Other parameters could be kept as is if you want
2014
- Then check the following (needed for both debian & redhat):
2115
- [ ] Updated `pkglatest` variable in the `pkgvars` file to `$VERSION.citus-1`
2216
- Then check the following (needed for debian):

.github/ISSUE_TEMPLATE/pg-auto-failover-release-checklist-template.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,10 @@ assignees: gurkanindibay
77

88
---
99

10-
## Several things to note here
11-
12-
These instructions assume you have `$VERSION`, `$PROJECT`, and `$REPO` environment variables set in your shell (e.g. `10.0.2`, `citus`, and `citus`). With those set, code from most steps can be copy-pasted.
13-
14-
**After this checklist, you're still not done: open a release checklist for Enterprise too!**
15-
1610
# Update OS Packages
1711
## Debian and RedHat
18-
- Change your directory to `packaging` repository directory & checkout `all-$PROJECT` branch.
19-
- [ ] Run the pipeline using branch name as all-project https://github.com/citusdata/packaging/actions/workflows/update_package_properties.yml. Input tag name and if version is fancy, input the fancy version_no. Other parameters could be kept as is if you want
12+
- Change your directory to `packaging` repository directory & checkout `all-pgautofailover` branch.
13+
- [ ] Run the pipeline using branch name as all-pgautofailover [update_package_properties workflow](https://github.com/citusdata/packaging/actions/workflows/update_package_properties.yml). Input tag name and if version is fancy, input the fancy version_no. Other parameters could be kept as is if you want
2014
- Then check the following (needed for both debian & redhat):
2115
- [ ] Updated `pkglatest` variable in the `pkgvars` file to `$VERSION.citus-1`
2216
- Then check the following (needed for debian):

0 commit comments

Comments
 (0)