From 0d5602787cf67d9739ea1adc7bc0f62cf379b7d0 Mon Sep 17 00:00:00 2001 From: jupblb Date: Wed, 22 Apr 2026 11:01:19 +0200 Subject: [PATCH 1/2] Prepare for a new release --- internal/index/version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/index/version.txt b/internal/index/version.txt index ee1372d..7179039 100644 --- a/internal/index/version.txt +++ b/internal/index/version.txt @@ -1 +1 @@ -0.2.2 +0.2.3 From 491a514a1d26ea2c13904c3c0180ac3bfdea5f0e Mon Sep 17 00:00:00 2001 From: jupblb Date: Wed, 22 Apr 2026 11:06:09 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index d2638b4..e0710e3 100644 --- a/README.md +++ b/README.md @@ -108,11 +108,7 @@ go test ./internal/index -update-snapshots ## Cutting releases -1. Land a PR with the following changes: - - - A ChangeLog entry with `## vM.N.P` - - Updated version in `internal/index/version.txt` - +1. Land a PR with updated `internal/index/version.txt` 2. From the `main` branch, trigger the [release workflow] via **Actions → release → Run workflow**, entering `M.N.P` as the version.