원클릭으로
mahout-release
Guide the Apache Mahout release process.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guide the Apache Mahout release process.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Rebase open PRs onto the default branch, resolve conflicts, and force push.
Review Airflow UI code for consistency, best practices, and conventions.
Develop Airflow UI features from an issue link or text description.
Generate a concise PR changelog summary from the current branch diff.
Generate a Google Slides presentation from a paper PDF URL using gws CLI.
Set up git aliases.
| name | mahout-release |
| description | Guide the Apache Mahout release process. |
/mahout-release <qumat_version> <qdp_version>
Example: /mahout-release 0.5.0 0.1.0
Refer to dev/release.md for full details. Stop after each phase and confirm with user before proceeding.
v0.5-stable)pyproject.toml → version = "<qumat_version>rc1"qdp/Cargo.toml → version = "<qdp_version>-rc1"uv build
cd qdp/qdp-python
uv tool run maturin build --release --interpreter python3.10
uv tool run maturin build --release --interpreter python3.11
uv tool run maturin build --release --interpreter python3.12
./dev/generate-rc-issue.sh <qumat_ver>rc1 <qdp_ver>rc1 "Qumat <qumat_ver>"dev/rc-email-template.mdStop and confirm with user before Phase 2.
dev/rc-email-template.mdStop and confirm with user before Phase 3.
git tag -a v<qumat_version> -m "Release <qumat_version>"main to next dev (e.g., 0.6.0)cd website && npm run version <qumat_version>dev@mahout.apache.org