From 600f36ff605c63a74a264ab324247f0c392bf7a2 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Tue, 5 Jan 2021 23:06:21 +0800 Subject: [PATCH] doc: Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0f89091..e3032cf 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,10 @@ If you are seeing this error its likely that you do not yet have a GitHub releas API this Action uses only works with GitHub Releases. Convert one of your tags to a release and you'll be on your way. You can check out how this repository uses this action and GitHub releases for an [example](.github/workflows/release.yml). +## Related + +- [Create Tags From](https://github.com/jaywcjlove/create-tag-action) Auto create tags from commit or package.json. + ## Acknowledgements - [@jessicalostinspace/commit](https://github.com/jessicalostinspace/commit-difference-action).