Update CHANGELOG.md with changes since the last version increase. Check our README.md for any necessary changes. Check the scope of changes since the last release and increase our version number as appropriate: **$ARGUMENTS**
project-management/# Project Release Update CHANGELOG.md with changes since the last version increase. Check our README.md for any necessary changes. Check the scope of changes since the last release and increase our version number as appropriate: **$ARGUMENTS** ## Current Project State - Git status: !`git status --porcelain` - Current version: !`git describe --tags --abbrev=0 2>/dev/null || echo "No previous tags"` - Recent commits: !`git log --oneline --since="1 month ago" | head -10` - Package info: @package.json or @setup.py or @Cargo.toml (if exists) ## Task Prepare a project release following these...
Safely prepare project for public GitHub release by sanitizing files, checking documentation, and validating configuration.
Safely prepare project for public GitHub release by sanitizing files, checking documentation, and validating configuration.
リリースプロセス自動化(CHANGELOG更新、バージョン更新、タグ作成)
Comprehensive release preparation workflow including quality gates, security audit, changelog generation, version bumping, tagging, and publishing
Complete automated release workflow with platform detection (GitHub/GitLab/Bitbucket) and release creation