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