We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 266fd9d commit 41553f1Copy full SHA for 41553f1
2 files changed
.github/workflows/post-release.yml
@@ -19,4 +19,4 @@ jobs:
19
- uses: CCBR/actions/post-release@main
20
with:
21
github-token: ${{ github.token }}
22
- update-sliding-branch: true
+ update-sliding-tags: true
docs/_install.qmd
@@ -14,5 +14,5 @@ pip install git+https://github.com/CCBR/Tools
14
Or specify any tagged version or branch:
15
16
```sh
17
-pip install git+https://github.com/CCBR/Tools@v0.2.4
+pip install git+https://github.com/CCBR/Tools@latest
18
```
0 commit comments