From f5c4bb3fb4116b1b88bd564d7b3a64e7fc981e64 Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Tue, 4 Mar 2025 11:23:04 +0100 Subject: [PATCH] dev: post-release checklist --- RELEASING.md | 5 ++++- alire.toml | 2 +- src/alire/alire-version.ads | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index dfef1a1e..36ae0b3b 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -14,13 +14,16 @@ 1. [ ] Create a proper release in alire-project/alire - Tag corresponding commit as vX.X.X (github does it if missing). - Use autogenerated release notes. + - Before the autogenerated release notes, manual notes with (copy from previous): + - Single line explaining the purpose of the release + - Link to user-changes.md + - Link to BREAKING.md - Credit all collaborators (if release notes aren't exhaustive). 1. [ ] Ensure the index version is the default branch in the community repos: - alire-index - alire-index-checks (must match alire-index) - alire-index-staging (when it exists) - test-index -1. [ ] Update Alire.Version and alire.toml to -dev in release branch. 1. [ ] Update stable version used in alire-index workflows - We used to use default in setup-alire, but by making it explicit we can test the new release before making it the default for everyone (next step). diff --git a/alire.toml b/alire.toml index 12c89d58..3fbcd006 100644 --- a/alire.toml +++ b/alire.toml @@ -1,7 +1,7 @@ name = "alr" description = "Command-line tool from the Alire project" -version = "2.1.0" +version = "2.2.0-dev" authors = ["Alejandro R. Mosteo", "Fabien Chouteau", "Pierre-Marie de Rodat"] maintainers = ["alejandro@mosteo.com", "chouteau@adacore.com"] diff --git a/src/alire/alire-version.ads b/src/alire/alire-version.ads index ae9afb1f..d5f35336 100644 --- a/src/alire/alire-version.ads +++ b/src/alire/alire-version.ads @@ -12,7 +12,7 @@ private -- Remember to update Alire.Index branch if needed too - Current_Str : constant String := "2.1.0"; + Current_Str : constant String := "2.2.0-dev"; -- 2.1.0: new solver and other internal largish refactorings, bugfixes -- 2.0.2: quarterly bugfix maintenance release -- 2.0.1: fix `alr install` and minor fixes -- 2.39.5