File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,7 +150,13 @@ After the changelog is released, execute the complete tag process from the justf
150150 svbump write " $DENO_VERSION " package.version dist-workspace.toml
151151 ```
152152
153- 3 . ** Create commit and tag:**
153+ 3 . ** Regenerate skill documentation:**
154+ ``` bash
155+ # Generate updated skill docs (includes version from deno.json)
156+ deno task generate-skill-docs
157+ ```
158+
159+ 4 . ** Create commit and tag:**
154160 ``` bash
155161 # Get the final version
156162 FINAL_VERSION=$( svbump read version deno.json)
@@ -165,7 +171,7 @@ After the changelog is released, execute the complete tag process from the justf
165171 jj tag set " v$FINAL_VERSION " -r @-
166172 ```
167173
168- 4 . ** Push to remote:**
174+ 5 . ** Push to remote:**
169175 ``` bash
170176 # Push the bookmark
171177 jj git push --bookmark main
@@ -174,7 +180,7 @@ After the changelog is released, execute the complete tag process from the justf
174180 git push origin --tags
175181 ```
176182
177- 5 . ** Report completion:**
183+ 6 . ** Report completion:**
178184 ```
179185 Released v$FINAL_VERSION successfully!
180186 ```
You can’t perform that action at this time.
0 commit comments