Skip to content

Commit

Permalink
Add describe tags to find current tag
Browse files Browse the repository at this point in the history
  • Loading branch information
C0deGat authored and C0deGat committed Sep 27, 2024
1 parent e69194c commit dc124db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dc124db

Please sign in to comment.