Skip to content

Commit 7908d45

Browse files
bytedreamerclaude
andcommitted
Expand release alias to cover GitHub release and documentation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 921e97f commit 7908d45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@ foreach ($issue in $issues) {
105105

106106
## Prompt Aliases
107107
When the user says these phrases, interpret them as the corresponding command:
108-
- **"release the code"** → Run the release script with autoconfirm: `pwsh -File ci/release.ps1 -AutoConfirm`
108+
- **"release the code"** / **"release the library"** → Perform a full library release in three steps: (1) run `pwsh -File ci/release.ps1 -AutoConfirm` to bump the version, tag, and push; (2) create a corresponding GitHub release at https://github.com/Z-bit-Systems-LLC/OSDP.Net/releases using `gh release create v<new-version> --repo Z-bit-Systems-LLC/OSDP.Net --title "v<new-version>" --notes "<changelog>"`, where the changelog is built from the commits since the previous tag; (3) regenerate and publish Doxygen documentation by running `pwsh -File scripts/Publish-Documentation.ps1`
109109
- **"inspect the code"** → Run ReSharper code inspection and analyze results using the commands in the "Code Inspection" section above: run `jb inspectcode OSDP.Net.sln --output=inspectcode-results.xml`, then use the PowerShell commands to check for errors/warnings and display details

0 commit comments

Comments
 (0)