From edefb20532298426529c14a0c0fcb7e9dfbb533c Mon Sep 17 00:00:00 2001 From: Ahmet Ibrahim Aksoy Date: Fri, 27 Sep 2024 14:52:42 +0200 Subject: [PATCH] Delete unnecessary step --- docs/Release.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/Release.md b/docs/Release.md index fc7e14534a..a09e31165b 100644 --- a/docs/Release.md +++ b/docs/Release.md @@ -108,16 +108,15 @@ When testing the pipeline, please make sure to comment out the PMC cli commands ## Publishing MsQuic for Alpine -1. Create release and create tag with exact version number (e.g. v2.5.0). -2. Run `generate-alpine-packaging-file.ps1` script to create `APKBUILD` file for the release. (This script can run on any Linux distro.) -3. If you don't have account for [AlpineLinux GitLab](https://gitlab.alpinelinux.org). Create an account and [configure your SSH](https://docs.gitlab.com/ee/user/ssh.html). -4. If you didn't fork `aports` repository yet, Fork `https://gitlab.alpinelinux.org/alpine/aports`. -5. Clone `https://gitlab.alpinelinux.org//aports` repository. -6. Navigate to `aports/testing/libmsquic` folder. -7. Replace the `APKBUILD` file with newly created `APKBUILD` file. -8. Create a commit using `testing/libmsquic: upgrade to ` (version_number e.g. 2.5.0 or 2.4.4). -9. Create a merge request using `testing/libmsquic: upgrade to ` (version_number e.g. 2.5.0 or 2.4.4). -10. Owners of the `aports` repository will respond to the PR or merge it in couple of days/hours. +1. Run `generate-alpine-packaging-file.ps1` script to create `APKBUILD` file for the release. (This script can run on any Linux distro.) +2. If you don't have account for [AlpineLinux GitLab](https://gitlab.alpinelinux.org). Create an account and [configure your SSH](https://docs.gitlab.com/ee/user/ssh.html). +3. If you didn't fork `aports` repository yet, Fork `https://gitlab.alpinelinux.org/alpine/aports`. +4. Clone `https://gitlab.alpinelinux.org//aports` repository. +5. Navigate to `aports/testing/libmsquic` folder. +6. Replace the `APKBUILD` file with newly created `APKBUILD` file. +7. Create a commit using `testing/libmsquic: upgrade to ` (version_number e.g. 2.5.0 or 2.4.4). +8. Create a merge request using `testing/libmsquic: upgrade to ` (version_number e.g. 2.5.0 or 2.4.4). +9. Owners of the `aports` repository will respond to the PR or merge it in couple of days/hours. For future reference: [Official documentation](https://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package)