Skip to content

Commit

Permalink
update document (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuji38kwmt authored May 16, 2023
1 parent b837008 commit 9d7e283
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 .
10 changes: 10 additions & 0 deletions README_for_developer.md
Original file line number Diff line number Diff line change
@@ -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に公開されます。

0 comments on commit 9d7e283

Please sign in to comment.