From e5d808a6b456b2656409150c4229a51bbf121d03 Mon Sep 17 00:00:00 2001 From: c-bata Date: Fri, 13 Aug 2021 14:54:16 +0900 Subject: [PATCH] Update release manual on DEVELOPMENT.md --- DEVELOPMENT.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 75aca7ab..17b38c56 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -116,5 +116,7 @@ $ black . The release process(compiling TypeScript files, packaging Python distributions and uploading to PyPI) is fully automated by GitHub Actions. 1. Replace `optuna_dashboard.version.__version__` to the next version. -2. Create a git tag and push it to GitHub. +2. Create a git tag and push it to GitHub. If succeeded, GitHub Action will publish the new version to PyPI and create a draft GitHub release. +3. Edit a GitHub release and add change logs. Then make it publish. +4. Post an annoucement on [GitHub Discussions](https://github.com/optuna/optuna-dashboard/discussions/categories/announcements).