From c2a02d0dbb1396c3d638e04a90e1095d6245675d Mon Sep 17 00:00:00 2001 From: s2quake Date: Sat, 29 Jun 2024 19:19:06 +0900 Subject: [PATCH 1/2] docs: Add NuGet link to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 32707bc..e66359f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Communication +[![NuGet](https://img.shields.io/nuget/v/JSSoft.Communication.svg?style=flat)][NuGet] +[![NuGet (prerelease)](https://img.shields.io/nuget/vpre/JSSoft.Communication.svg?style=flat)][NuGet] + +[NuGet]: https://www.nuget.org/packages/JSSoft.Communication/ + ## Summary The Communication library is network module using . From 24ace5d9f1dc8690974bd2265bf2d78f671cb84a Mon Sep 17 00:00:00 2001 From: s2quake Date: Sat, 29 Jun 2024 19:27:55 +0900 Subject: [PATCH 2/2] ci: Rerun check changelog action when label have changed. --- .github/workflows/check-changelog.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-changelog.yml b/.github/workflows/check-changelog.yml index bd01836..c377088 100644 --- a/.github/workflows/check-changelog.yml +++ b/.github/workflows/check-changelog.yml @@ -2,6 +2,7 @@ name: Check Changelog on: pull_request: + types: [assigned, opened, synchronize, reopened, labeled, unlabeled] jobs: check-changelog: