From 61a80b2e0d0bc89e9ee7061b06cd65c5edd8c390 Mon Sep 17 00:00:00 2001 From: hyiso Date: Fri, 20 Jan 2023 20:29:55 +0800 Subject: [PATCH] feat(read): add documentation link --- packages/commitlint_read/README.md | 4 ++++ packages/commitlint_read/pubspec.yaml | 1 + 2 files changed, 5 insertions(+) diff --git a/packages/commitlint_read/README.md b/packages/commitlint_read/README.md index 757f8cb..d57f04f 100644 --- a/packages/commitlint_read/README.md +++ b/packages/commitlint_read/README.md @@ -1,3 +1,7 @@ # commitlint_read A package used for commlint cli to read commit messages in given range(from, to), or in given file (default ./.git/COMMIT_EDITMSG). + +## Documentation + +See [commitlint](https://hyiso.github.io/commitlint) \ No newline at end of file diff --git a/packages/commitlint_read/pubspec.yaml b/packages/commitlint_read/pubspec.yaml index a0002ea..bd1b2f6 100644 --- a/packages/commitlint_read/pubspec.yaml +++ b/packages/commitlint_read/pubspec.yaml @@ -5,6 +5,7 @@ description: version: 0.2.0 homepage: https://github.com/hyiso/commitlint repository: https://github.com/hyiso/commitlint/packages/commitlint_read +documentation: https://hyiso.github.io/commitlint environment: sdk: '>=2.12.0 <3.0.0'