Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/skills/changelog-generation/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,13 @@ Auto-detect scope from the current working directory:

### Step 2 — Determine Version & Update Files

Per [references/scope-rules.md](references/scope-rules.md) § Version Files.
**Files to update (core):** `cli/azd/CHANGELOG.md`, `cli/version.txt`
**Files to update (extension):** `<extension>/CHANGELOG.md`, `<extension>/version.txt`, `<extension>/extension.yaml`

- **Core**: derive version from the existing unreleased header (strip `-beta.*` and `(Unreleased)`), use today's date.
- **Extension**: ask the user for the new version number via `ask_user`.
For version derivation rules, see [references/scope-rules.md](references/scope-rules.md) § Version Files.

- **Core**: derive version from the existing unreleased header (strip `-beta.*` and `(Unreleased)`), use today's date. Update `cli/version.txt` to the released version.
- **Extension**: ask the user for the new version number via `ask_user`. Update both `version.txt` and `extension.yaml` — they must match exactly.

Present the version and date to the user for confirmation before writing any files.

Expand Down
Loading