Skip to content

Commit 5a96bd1

Browse files
committed
fixup! Add a GitHub workflow to monitor component updates
As per https://gnupg.org/download/index.html#sec-1-1, GnuPG's version numbers with an odd minor version are for development only. We are not interested in those, but only in the stable ones, i.e. the ones with even minor versions. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 4adb461 commit 5a96bd1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/monitor-components.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
title-pattern: ^libgcrypt-[0-9\.]*$
6969
- label: gpg
7070
feed: https://github.com/gpg/gnupg/releases.atom
71+
# As per https://gnupg.org/download/index.html#sec-1-1, the stable
72+
# versions are the one with an even minor version number.
73+
title-pattern: ^gnupg-\d+\.\d*[02468]\.
7174
- label: mintty
7275
feed: https://github.com/mintty/mintty/releases.atom
7376
- label: 7-zip

0 commit comments

Comments
 (0)