pkg: add tested-with GHC 9.0.1

This commit is contained in:
Simon Michael 2021-08-03 20:52:05 -10:00
parent 62e503b225
commit 2a39497e21
5 changed files with 8 additions and 8 deletions

View File

@ -73,8 +73,8 @@ Always maintain changelogs in main branch (not in release branches).
1. create release branch when needed:\
`git branch MAJORVER-branch BRANCHPOINT`\
When convenient, the first major release can be tagged on master (`1.22`),
and the release branch (`1.22-branch`) gets created when there's a followup minor release:\
Sometimes, we make the major release tag (`1.22`) on master,
and create a release branch (`1.22-branch`) when there's a followup minor release:\
`git branch 1.22-branch 1.22`
1. update changelogs in main
@ -82,7 +82,7 @@ Always maintain changelogs in main branch (not in release branches).
1. review changes so far, estimate which packages will be released
1. cherry pick changes to release
- cherry pick minor-release-worthy commits
- cherry pick release-worthy commits
- from: magit, `l o X.Y..master`, `M-x magit-toggle-buffer-lock`, `C-x D`
(`M-x toggle-window-dedicated`)
- to: magit, `l o master..X.Y`, `M-x magit-toggle-buffer-lock`, `C-x D`
@ -97,7 +97,7 @@ Always maintain changelogs in main branch (not in release branches).
- finalise [changelogs](#changelogs) in main,
copy to changelogs in release branch
- `./Shake.hs` to update `Shake` and review release tasks
- `./Shake.hs` to update `Shake` and review release tasksm
- `./Shake setversion VER [-c]` (first without `-c` to review, then with `-c` to commit).
Also `touch hledger/Hledger/Cli/Version.hs` ?

View File

@ -21,7 +21,7 @@ github: simonmichael/hledger
homepage: http://hledger.org
bug-reports: http://bugs.hledger.org
stability: stable
tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.4
tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.4, GHC==9.0.1
extra-source-files:
- CHANGES.md

View File

@ -21,7 +21,7 @@ github : simonmichael/hledger
homepage : http://hledger.org
bug-reports : http://bugs.hledger.org
stability : stable
tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.4
tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.4, GHC==9.0.1
extra-source-files:
- CHANGES.md

View File

@ -22,7 +22,7 @@ github: simonmichael/hledger
homepage: http://hledger.org
bug-reports: http://bugs.hledger.org
stability: stable
tested-with: GHC==8.8.4, GHC==8.10.4
tested-with: GHC==8.8.4, GHC==8.10.4, GHC==9.0.1
extra-source-files:
- CHANGES.md

View File

@ -21,7 +21,7 @@ github: simonmichael/hledger
homepage: http://hledger.org
bug-reports: http://bugs.hledger.org
stability: stable
tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.4
tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.4, GHC==9.0.1
extra-source-files:
- CHANGES.md