Commit Graph

8 Commits

Author SHA1 Message Date
fendor
287ee42ab5
Prepare release 2.9.0.0 (#4319)
* Prepare release 2.9.0.0

* Bump 'bytestring' version for release CI test scripts

The older 'bytestring-0.11.1.0' version doesn't compile with the recent
GHC 9.10.1 release. Bump the version to '0.12.1.0' which can be
successfully compiled on all supported GHC versions.

* Update supported GHC version table

* Move plugin ghc support conditionals into .cabal file

Having them in the cabal.project file is a very neat way to
enable/disable a plugin, but it negatively affects Hackage users as they
can no longer trivially install HLS from Hackage.

This discussion might be revisited in the future, but not during a
release process.

* Disable tests and benchmarks in release test pipeline

On some platforms, building bytestring-0.12.1.0 is not fully supported
yet. Hence, we disable tests and benchmarks, to allow building on the
platform Windows with GHC 9.10.1.

* Always show debug output in release test ci

* Upgrade cabal version in the release pipeline

* Switch to `text` for release test package

---------

Co-authored-by: Michael Peyton Jones <me@michaelpj.com>
2024-06-19 10:35:14 +02:00
Fendor
b57c093619 Update release docs, and add missing ChangeLog entry 2024-02-27 15:17:05 +01:00
Fendor
3d4782ae5d Add version update script 2024-02-27 15:17:05 +01:00
Fendor
956f9b7231 Unify gh download and downloads.haskell upload script locations 2023-09-04 19:53:25 +02:00
fendor
9cdc7ed499
Enhance/releasing checklist (#3781)
* Add supported table in GHCup instructions

* Update ghc-version-support table

---------

Co-authored-by: Michael Peyton Jones <me@michaelpj.com>
2023-09-01 11:42:14 +01:00
Fendor
f5e3fce13f Prepare release 2.2.0.0 2023-08-26 00:24:32 +02:00
fendor
9c56c3c0c6
Prepare release 2.1.0.0 (#3748)
* Prepare release 2.1.0.0

* Update release ghc versions

* Fix release CI for unknown linux

* Generate ChangeLog from 2.0.0.0

* Update notable changes in ChangeLog

* Update index-state

* Add environment for vars context

* Free up disk space after running test

* Expand release notes

* Update supported ghc version page

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-08-12 10:40:41 +00:00
Julian Ospald
af8e288625 Add RELEASING.md 2023-06-30 16:41:02 +02:00