From 4eef4301ec946f27afe0dee30434adccb6a4fa01 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 10 Dec 2021 16:42:18 -1000 Subject: [PATCH] ;doc: RELEASING --- RELEASING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 322d99102..7a19b9dbc 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -18,8 +18,8 @@ Starting over, again: Chunk and separate them as far as possible: - **Software** - selecting changes, packages, release dates; coordinating contributions; ensuring release readiness - **Branch Management** - coordinating main and release branch, local and remote repos, CI branches - - **Version Bumping** - choosing and applying new version numbers and related things like tags, github releases, urls, everywhere needed - - **Docs** - command help, manuals, changelogs, release notes, github release notes, install page, announcements, process docs + - **Version Bumping** - choosing and applying new version numbers and related things like tags, github releases, urls, ghc and dep versions, stackage resolvers, everywhere needed + - **Docs** - command help, manuals, changelogs, release notes, github release notes, install page, install scripts, announcements, process docs - **Testing** - local testing, CI testing, extra release-specific testing - **Artifacts** - generating binaries, zip files, github releases etc. - **Publishing** - uploading, pushing, making visible, finalising