We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814ba63 commit 0c99c7fCopy full SHA for 0c99c7f
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to this project will be documented in this file
4
5
-## 0.1.0-alpha.1 - 2025-08-06
+## 0.1.1 - 2025-10-29
6
7
### Msbuild
8
justfile
@@ -1,9 +1,11 @@
1
set shell:= ['bash', '-c']
+yaclog:= "uv tool run [email protected]"
pin-workflows tag:
sed -E -H -i ".backup" "s|(- uses: KSPModdingLibs/KSPBuildTools/\.github/actions/\S+@)\S+|\1{{tag}}|g" .github/workflows/*.yml
release *args:
- yaclog release {{args}}
- @just pin-workflows $(yaclog show --version)
9
- yaclog release -c
+ {{yaclog}} release {{args}}
+ @just pin-workflows $({{yaclog}} show --version)
10
+ git add .github/workflows/*.yml
11
+ {{yaclog}} release -c
0 commit comments