We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2822024 commit cfaf26eCopy full SHA for cfaf26e
docs/release_procedure.md
@@ -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