From 0b0f0af82dc8328b5e059bc3185e3713cbc0688e Mon Sep 17 00:00:00 2001 From: mr-forust Date: Fri, 3 Jul 2026 23:54:23 +0200 Subject: [PATCH] docs: remove version-specific README text --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7268bbd..d61226e 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@ Rust TUI sleep timer for Linux desktop actions. ## Status -- Current version: `1.1.1` -- Release tags: `vMAJOR.MINOR.PATCH`, for example `v1.1.1` +- Release tags: `vMAJOR.MINOR.PATCH` - Primary repository: - SSH upstream: `ssh://git@gitssh.forust.xyz:2221/forust/gosleep.git` @@ -37,7 +36,7 @@ install -Dm755 target/release/gosleep-timer ~/.local/bin/gosleep-timer Download `gosleep-timer--linux-amd64.tar.gz` from the Gitea release page, then: ```bash -tar -xzf gosleep-timer-1.1.1-linux-amd64.tar.gz +tar -xzf gosleep-timer--linux-amd64.tar.gz install -Dm755 gosleep-timer ~/.local/bin/gosleep-timer ``` @@ -185,7 +184,7 @@ Version is stored in: Release tags must match the package version: ```bash -git tag -a v1.1.1 -m "gosleep-timer v1.1.1" +git tag -a vMAJOR.MINOR.PATCH -m "gosleep-timer vMAJOR.MINOR.PATCH" git push origin main --tags ```