release
星标11
分支0
更新时间2026年2月14日 18:54
Bump version, commit, push, and create a GitHub release (triggers PyPI publish)
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Bump version, commit, push, and create a GitHub release (triggers PyPI publish)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run ruff linter and formatter on the project
Add observability (probes, trackers, charts) to a simulation
Analyze simulation results and provide insights
Help choose the right happysimulator components for a use case
Troubleshoot a broken or misbehaving simulation
Walk through a library example with detailed explanation
| name | release |
| description | Bump version, commit, push, and create a GitHub release (triggers PyPI publish) |
Create a new release: bump the version in pyproject.toml, commit, push, and create a GitHub release which triggers the PyPI publish workflow.
pyproject.tomlmajor.minor.patchpyproject.tomlBump version to {new_version}gh release create v{new_version} --title "v{new_version}" --generate-notes
.github/workflows/publish-pypi.yml which publishes to PyPI via trusted publishing--generate-notes auto-generates release notes from PRs and commits since the last tagmain (or their release branch) and have gh authenticated