Skip to content

Commit f62fb2e

Browse files
committed
docs: update AI instructions to use full-release.zsh for all release operations (refs #68)
1 parent f08eb11 commit f62fb2e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

AI_INSTRUCTIONS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@
7171
- Use this awareness to ensure all work is properly linked to relevant issues and to provide accurate context during development and communication.
7272

7373
## Release Script Automation
74-
- When running `release.zsh` in dry-run mode, always use the `--force` flag (i.e., `--dry-run --force`) to ensure the script runs non-interactively and does not wait for user input.
75-
- Default to this format whenever the user requests a dry run of the release process.
74+
- Always use `scripts/release/full-release.zsh` for all release and dry-run operations. This script performs version bumping, workflow triggering, and monitoring in a single automated process.
75+
- For dry runs, use: `./scripts/release/full-release.zsh --dry-run` (this will run non-interactively and monitor the workflow).
76+
- Default to this format whenever the user requests a release or dry run of the release process.
7677

7778
## GitHub Issue Management
7879
- Whenever a new GitHub issue is created, immediately run `scripts/maintenance/generate-issues-markdown.zsh` to update the local Markdown issue list.

0 commit comments

Comments
 (0)