From 9d7e283a6e1e547d05c6953f692fbd1005e0afd3 Mon Sep 17 00:00:00 2001 From: yuji38kwmt Date: Tue, 16 May 2023 12:49:34 +0900 Subject: [PATCH] update document (#124) --- README.md | 5 ++++- README_for_developer.md | 10 ++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 README_for_developer.md diff --git a/README.md b/README.md index 896c385..2546334 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Command line argument is correspont to web api arguments, so `slack-primitive-cl # Requirements -* Python 3.7+ +* Python 3.8.1+ # Install @@ -160,3 +160,6 @@ $ eval "$(_SLACKCLI_COMPLETE=source slackcli)" See [here](https://click.palletsprojects.com/en/7.x/bashcomplete/) for details. + +# Usage for Developer +Refer to https://github.com/kurusugawa-computer/slack-primitive-cli/blob/main/README_for_developer.md . \ No newline at end of file diff --git a/README_for_developer.md b/README_for_developer.md new file mode 100644 index 0000000..9eec721 --- /dev/null +++ b/README_for_developer.md @@ -0,0 +1,10 @@ +# Usage for Developer +開発者用のドキュメントです。 + +# Release +GitHubのReleasesからリリースしてください。バージョンはSemantic Versioningに従います。 +リリースすると、以下の状態になります。 + +* ソース内のバージョン情報(`pyproject.toml`, `__version__.py`)は、https://github.com/mtkennerly/poetry-dynamic-versioning でGitHubのバージョンタグから生成されます。 +* 自動でPyPIに公開されます。 +