You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .windsurf/workflows/prepare-update.md
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
---
2
2
description: Prepare a MotelyJAML version update - bump version, clean, build all projects, AOT-publish WASM, prepare npm packages, and guide user through npm publish
3
+
auto_execution_mode: 3
3
4
---
4
5
5
6
# Prepare Update
@@ -15,6 +16,7 @@ Bumps the MotelyVersion, cleans everything, builds all .NET projects, AOT-publis
15
16
Edit `x:\JammySeedFinder\src\MotelyJAML\Directory.Packages.props` — set `<MotelyVersion>` to the new version.
16
17
17
18
Then update **all three** npm package.json files to match:
19
+
18
20
-`x:\JammySeedFinder\src\MotelyJAML\Motely.npm\package.json` → set `"version"` to the new version
19
21
-`x:\JammySeedFinder\src\MotelyJAML\Motely.npm.singlethread\package.json` → set `"version"` to the new version
20
22
-`x:\JammySeedFinder\src\MotelyJAML\Motely.node\package.json` → set `"version"` to the new version
@@ -26,6 +28,7 @@ Print the version you just set so the user can confirm.
0 commit comments