Skip to content

Commit cfaf26e

Browse files
committed
Add docs/release_procedure.md
1 parent 2822024 commit cfaf26e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/release_procedure.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# リリース手順
2+
3+
1. `pyproject.toml``CHANGELOG.md`を更新します。
4+
2. `Release x.y.z`というメッセージでコミットを作成し、masterにプッシュします。
5+
3. CIが通っていることを確認します。
6+
4. [リリースを作成](https://github.com/ciffelia/matplotlib-fontja/releases/new)します。その際、タグ`x.y.z`を作成します。
7+
5. [Publish package to PyPI workflow](https://github.com/ciffelia/matplotlib-fontja/actions/workflows/publish.yaml)を、作成したタグに対してdispatchします。

0 commit comments

Comments
 (0)