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: RELEASE.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,8 +102,8 @@ To publish a release candidate:
102
102
1. Wait until CI pipeline succeeded (once a tag is created, the release process through GitHub actions will be triggered for this tag)
103
103
1. Create a pre-release in GitHub
104
104
- Write the release notes (including a copy-paste of the changelog)
105
-
-Build binaries with `make dist` and attach them to the release
106
-
-Build packages with `make packages`, test them with `make test-packages` and attach them to the release
105
+
-Download binaries from the `Dist Binaries` artifact in the [distribution](https://github.com/cortexproject/cortex/actions/workflows/distribution.yml) GitHub Actions workflow for the tag and attach them to the release
106
+
-Download packages from the `Packages` artifact in the [distribution](https://github.com/cortexproject/cortex/actions/workflows/distribution.yml) GitHub Actions workflow for the tag and attach them to the release
107
107
1.[Sign the artifact and generate SBOM for the release](#sing-and-sbom)
108
108
109
109
### Publish a stable release
@@ -119,8 +119,8 @@ To publish a stable release:
119
119
1. Wait until CI pipeline succeeded (once a tag is created, the release process through GitHub actions will be triggered for this tag)
120
120
1. Create a release in GitHub
121
121
- Write the release notes (including a copy-paste of the changelog)
122
-
-Build binaries with `make dist` and attach them to the release
123
-
-Build packages with `make packages`, test them with `make test-packages` and attach them to the release
122
+
-Download binaries from the `Dist Binaries` artifact in the [distribution](https://github.com/cortexproject/cortex/actions/workflows/distribution.yml) GitHub Actions workflow for the tag and attach them to the release
123
+
-Download packages from the `Packages` artifact in the [distribution](https://github.com/cortexproject/cortex/actions/workflows/distribution.yml) GitHub Actions workflow for the tag and attach them to the release
124
124
1.[Sign the artifact and generate SBOM for the release](#sing-and-sbom)
125
125
1. Merge the release branch `release-x.y` to `master`
0 commit comments