Skip to content

Commit 0c99c7f

Browse files
committed
run yaclog via uv
this allows us to pin the version
1 parent 814ba63 commit 0c99c7f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file
44

5-
## 0.1.0-alpha.1 - 2025-08-06
5+
## 0.1.1 - 2025-10-29
66

77
### Msbuild
88

justfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
set shell:= ['bash', '-c']
2+
yaclog:= "uv tool run [email protected]"
23

34
pin-workflows tag:
45
sed -E -H -i ".backup" "s|(- uses: KSPModdingLibs/KSPBuildTools/\.github/actions/\S+@)\S+|\1{{tag}}|g" .github/workflows/*.yml
56

67
release *args:
7-
yaclog release {{args}}
8-
@just pin-workflows $(yaclog show --version)
9-
yaclog release -c
8+
{{yaclog}} release {{args}}
9+
@just pin-workflows $({{yaclog}} show --version)
10+
git add .github/workflows/*.yml
11+
{{yaclog}} release -c

0 commit comments

Comments
 (0)