From dc124db21ad381df55c9aa5002f5fceb1179bd6f Mon Sep 17 00:00:00 2001 From: C0deGat Date: Fri, 27 Sep 2024 14:58:34 +1000 Subject: [PATCH] Add describe tags to find current tag --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 488b608..5c46cc1 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,8 @@ To update a configuration that you're using, you can do the following: ```bash git fetch --tags # Make sure your repository has all of them! +git describe --tags # Get the current tag +git tag --list release-CONFIG-* # List all available tags for CONFIG ``` You can then pick out a config tag that you want to upgrade like so: