From 1c40c36ca28bf56897cf8ee7312958c559de9fb2 Mon Sep 17 00:00:00 2001 From: Masahiro Sakai Date: Thu, 29 Jun 2023 00:08:39 +0900 Subject: [PATCH] update release.md --- doc/dev/release.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/dev/release.md b/doc/dev/release.md index 17a036a3..0e3e4601 100644 --- a/doc/dev/release.md +++ b/doc/dev/release.md @@ -1,13 +1,15 @@ # Release process -## Update `CHANGELOG.markdown` +## Preparation -. +* Run `ruby misc/remove-trailing-space.rb` +* Run `ruby misc/collect-language-pragmas.rb` and update `Other-Extensions` in `.cabal` if necesary +* Run `ruby misc/collect-min-version-macro.rb` and remove `#if`s that are always satisfied by the versions specified by `Build-Depends` +* Update `CHANGELOG.markdown` +* Bump version in `toysolver.cabal` if necessary. ## Set environment variables -Bump version in `toysolver.cabal` if necessary. - ```shell-session $ export GHC_VERSION=9.4 $ export TOYSOLVER_VERSION=X.Y.Z