Skip to content

Commit 41553f1

Browse files
ci: update sliding tags on release (#151)
* ci: update sliding tags on release * docs: demo install w/ latest tag
1 parent 266fd9d commit 41553f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- uses: CCBR/actions/post-release@main
2020
with:
2121
github-token: ${{ github.token }}
22-
update-sliding-branch: true
22+
update-sliding-tags: true

docs/_install.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ pip install git+https://github.com/CCBR/Tools
1414
Or specify any tagged version or branch:
1515

1616
```sh
17-
pip install git+https://github.com/CCBR/Tools@v0.2.4
17+
pip install git+https://github.com/CCBR/Tools@latest
1818
```

0 commit comments

Comments
 (0)