Skip to content

Commit ba60ae6

Browse files
committed
releasing note
1 parent 598263f commit ba60ae6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/wpf/CLAUDE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
21
## How to
32

43
- how to build: `"/mnt/c/Program Files/dotnet/dotnet.exe" build`
54
- how to run: `"/mnt/c/Program Files/dotnet/dotnet.exe" run`
65

6+
## Versioning
7+
8+
- For future releases, use the version bump script:
9+
# For a patch release (1.0.0 -> 1.0.1)
10+
.\build\bump-version.ps1 -BumpType patch -CreateTag -Push

0 commit comments

Comments
 (0)