12 Commits
Author SHA1 Message Date
Michael Hoang 9c1eaf1e09 release: reset released flag 2026-01-20 15:05:16 +00:00
Michael Hoang de57087392 release: v1.13.0 2026-01-20 14:56:26 +00:00
Jörg ThalheimandJörg Thalheim 14afb10129 release: reset released flag 2025-05-08 18:21:21 +00:00
Jörg ThalheimandJörg Thalheim a956a7c255 release: v1.12.0 2025-05-08 18:21:21 +00:00
DavHauandlassulus ff2d853a84 treewide: format all files 2025-02-15 10:08:56 +00:00
Jörg Thalheim d32f2d1750 release: reset released flag 2024-12-13 12:09:27 +01:00
Jörg Thalheim 65a441502c release: v1.10.0 2024-12-13 12:09:27 +01:00
Felix Uhl 0e55423bf8 release: reset released flag 2024-10-28 18:08:12 +01:00
Felix Uhl ab58501b23 release: v1.9.0 2024-10-28 18:08:12 +01:00
Felix Uhl a361933236 release: reset released flag 2024-10-11 21:02:24 +02:00
Felix Uhl ff0a471763 release: v1.8.2 2024-10-11 21:02:24 +02:00
Felix Uhlandmergify[bot] aee84b5fb3 disko cli: add --version command
Fixes #745

This adds a script to create a release. Running it will create two
commits that would appear like this in `git log --oneline`:

    67b5fff (master) release: reset released flag
    0b808f3 (tag: v1.8.1) release: v1.8.1
    100d2f3 docs: last change before release

It also re-creates the `version.nix` file, which is used by the flake
to determine the final version the disko CLI will print.

If `disko --version` is run from exactly the commit tagged `v1.8.1`, it
will print `1.8.1`. If it is run from any commit past that (like
master), it will print `1.8.1-67b5fff`, and if it is run from a local
folder with uncommitted changes, it will print `1.8.1-67b5fff-dirty`.
2024-10-11 15:14:56 +00:00