Skip to content

Commit 4478a3f

Browse files
authored
Merge pull request #11 from voltaney/doc/update-readme
Update README.md
2 parents 3680107 + 4ab318c commit 4478a3f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
![dotnet Version](https://img.shields.io/badge/.NET-8.0-blueviolet)
77
![dotnet Version](https://img.shields.io/badge/.NET-9.0-blueviolet)
88

9-
Parser library for data sent from the mobile application **Touch Sender**.
9+
Parser library for data sent from the mobile application [**Touch Sender**](https://github.com/voltaney/touch-sender).
1010

1111
## Usage
1212

@@ -71,3 +71,8 @@ If the JSON data is successfully parsed, a result object with the following stru
7171
"ErrorMessage": null
7272
}
7373
```
74+
75+
## Deployment
76+
- Create a new release based on `release-drafter`.
77+
- When the version tag (e.g., `v1.0.0`) is added, the GitHub Actions workflow for the release is triggered.
78+
- The workflow builds the package (e.g., `.nupkg` file) and attaches it to the release.

0 commit comments

Comments
 (0)