Skip to content

docs: align release-management skill and docs with actual workflows#42

Merged
Dongbumlee merged 1 commit into
developfrom
fix/release-docs-alignment
Mar 24, 2026
Merged

docs: align release-management skill and docs with actual workflows#42
Dongbumlee merged 1 commit into
developfrom
fix/release-docs-alignment

Conversation

@Dongbumlee
Copy link
Copy Markdown
Collaborator

Summary

Fixes discrepancies between the release-management SKILL.md, release-process.md, and the actual GitHub Actions workflows.

Changes

SKILL.md (release-management)

  • Removed incorrect instruction to edit version in pyproject.toml (project uses setuptools-scm)
  • Fixed branch naming from release/x.y.z to release/vx.y.z to match cut-release.yml
  • Fixed release trigger description: tag push triggers production release, not merge to main
  • Added Cut Release workflow as the preferred one-click method

release-process.md

  • Fixed section numbering under section 10 (was incorrectly 9.1/9.2/9.3)

_build.yml

  • Updated header comment to include cut-release.yml as the 5th workflow

- SKILL.md: Remove incorrect pyproject.toml version editing instruction
  (project uses setuptools-scm with dynamic versioning)
- SKILL.md: Fix branch naming from release/x.y.z to release/vx.y.z
  to match cut-release.yml automation
- SKILL.md: Fix release trigger description (tag triggers production
  release, not merge to main)
- SKILL.md: Add Cut Release workflow as preferred one-click method
- release-process.md: Fix section numbering (9.x -> 10.x under section 10)
- _build.yml: Update header comment to include cut-release.yml (5th workflow)
@Dongbumlee Dongbumlee merged commit 5c26d66 into develop Mar 24, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant