Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ghc] add automation #395

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ulidtko
Copy link

@ulidtko ulidtko commented Dec 26, 2024

Followup to endoflife-date/endoflife.date#6287, adds integration for the thing to keep rolling more-or-less autonomously (without regular mandatory attention).

A new script within existing framework.

  • Parses the source table from wiki
  • Fills out releases
  • Fixes versions dates to come from wiki tables, rather than git tags (formal version announcements sometimes precede git tag, sometimes lag behind).

I understood that

--- i/products/ghc.md
+++ w/products/ghc.md
@@ -22,6 +22,7 @@ auto:
   - git: https://gitlab.haskell.org/ghc/ghc.git
     regex: ^ghc-(?P<major>\d+)[.](?P<minor>\d+)[.](?P<patch>\d+)-release$
     template: '{{major}}.{{minor}}.{{patch}}'
+  - custom: ghc-wiki
 
 releases:

plus a submodule bump (maybe?), will be needed as another follow-up in the main repo.

✔️ Tested locally. (Thence the diff in generated json)

@ulidtko
Copy link
Author

ulidtko commented Dec 26, 2024

@captn3m0 @marcwrobel please review, if/when time permits

@ulidtko ulidtko changed the title Add automation for GHC versions [ghc] add automation Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant