Skip to content

Commit

Permalink
Bump version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Mar 12, 2024
1 parent e440ef2 commit bb18661
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Checklist for releasing a new version

1. [ ] Run local-only tests (`/testsuite/run-dev-sh`)
1. [ ] Update version in `Alire.Version`.
1. [ ] Update version in `alire.toml`.
1. [ ] Create test release in own fork.
Expand All @@ -11,6 +12,7 @@
- alire-index
- alire-index-checks (must match alire-index)
- alire-index-staging (when it exists)
- test-index
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.
Expand All @@ -19,3 +21,5 @@
- 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).
1. After a screening period, update default version in setup-alire repo.
- For major Alire versions with breaking changes, bump the setup-alire
version too.
2 changes: 1 addition & 1 deletion alire.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "alr"
description = "Command-line tool from the Alire project"

version = "2.0-rc1"
version = "2.0"

authors = ["Alejandro R. Mosteo", "Fabien Chouteau", "Pierre-Marie de Rodat"]
maintainers = ["[email protected]", "[email protected]"]
Expand Down
3 changes: 2 additions & 1 deletion src/alire/alire-version.ads
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ package Alire.Version with Preelaborate is

-- Remember to update Alire.Index branch if needed too

Current : constant String := "2.0-rc1";
Current : constant String := "2.0";
-- 2.0.0: alr settings refactor and minor fixes
-- 2.0.0-rc1: release candidate for 2.0
-- 2.0.0-b1: first public release on the 2.0 branch
-- 1.2.1: build switches fix and other minor assorted fixes
Expand Down

0 comments on commit bb18661

Please sign in to comment.