From 381dd12b00c59d388da66e46083105b5954079ec Mon Sep 17 00:00:00 2001 From: Walter Scott Date: Mon, 27 May 2024 21:37:01 -0500 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 229c75c..7915d99 100644 --- a/README.md +++ b/README.md @@ -60,15 +60,15 @@ jobs: simver: runs-on: ubuntu-latest steps: - - uses: walteh/simver/cmd/gha-simver@v1 + - uses: walteh/simver/cmd/gha-simver@v0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` ## ⚠️ Current Limitations & 🛠 Future Fixes -- **Junk Tags Cleanup:** Upcoming feature to clear temporary tags automatically. -- **Force Push Handling:** We're improving how version recalculations handle force pushes to maintain accurate histories. +- **Junk Tags Cleanup:** Upcoming feature to clear temporary tags automatically. (#13) +- **Force Push Handling:** We're improving how version recalculations handle force pushes to maintain accurate histories. (#6) ## 🤝 Contributing