From 5753866f978ebcbf235cec22d3093415f710bc82 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Wed, 12 Aug 2026 11:16:32 +0200 Subject: [PATCH 1/2] updated process regarding AppVeyor See https://github.com/OpenSC/OpenSC/pull/3667 --- OpenSC-Release-Howto.md | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/OpenSC-Release-Howto.md b/OpenSC-Release-Howto.md index f92600b..f3ec3c1 100644 --- a/OpenSC-Release-Howto.md +++ b/OpenSC-Release-Howto.md @@ -34,7 +34,6 @@ Release (or RC) version must be changed in the following files: * `NEWS`: Make sure to fix the release date for final release! * `VERSION.mk` : change package version major/minor/fix as needed, RCs get the package suffix `-rc`, which is removed for the final release * `configure.ac` : Update the [LT version number](https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html), which is required with changes to, for example, `opensc.h` and `libopensc.exports`. -* `.appveyor.yml`: Update the version on first line * `packaging/opensc.spec`: Update the version number to match `VERSION.mk` * `SECURITY.md`: Update supported version @@ -120,23 +119,9 @@ Optionally, discuss changes to `NEWS` by opening a [new issue](https://github.co 2. Add commits with fixes * Use git `cherry-pick -x` to pick commits from `master` to reference commit hashes -3. Remove suffixes from build names in `appveyor.yml` and `.github/build.sh` script +3. Remove suffixes from build names in `.github/build.sh` script ```diff - diff --git a/.appveyor.yml b/.appveyor.yml - index 4599100ad2..bca1775ae3 100644 - --- a/.appveyor.yml - +++ b/.appveyor.yml - @@ -96,8 +96,7 @@ build_script: - } - - bash -c "exec 0 Date: Wed, 12 Aug 2026 11:22:21 +0200 Subject: [PATCH 2/2] Update OpenSC-Release-Howto.md --- OpenSC-Release-Howto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSC-Release-Howto.md b/OpenSC-Release-Howto.md index f3ec3c1..fa045ba 100644 --- a/OpenSC-Release-Howto.md +++ b/OpenSC-Release-Howto.md @@ -169,5 +169,5 @@ From Github Actions, there is one access token that is used by CI to push artifa [organization settings](https://github.com/organizations/OpenSC/settings/personal-access-tokens/active) page. * When it expires, the new token needs to be generated in [user settings](https://github.com/settings/tokens?type=beta). -* The token need _Read_ and _Write_ access to code and _Read_ access to metadata in OpenSC/Nightly repository. +* The token needs _Read_ and _Write_ access to code and _Read_ access to metadata in OpenSC/Nightly repository. * The Github Actions token needs to be inserted into the [OpenSC repository secrets](https://github.com/OpenSC/OpenSC/settings/secrets/actions).