Skip to content

Commit 337f4c0

Browse files
Update releasing info
1 parent b138c86 commit 337f4c0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

RELEASING.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# solvecaptcha-csharp package releasing
22

3-
## Step 1. Build the package with the updated version
3+
## Release Using GitHub actions (Recommended)
4+
5+
```
6+
git tag v1.0.0
7+
git push origin v1.0.0
8+
```
9+
10+
## Manualy
11+
12+
### Step 1. Build the package with the updated version
413

514
1. Open a terminal or command prompt and navigate to the directory where your project is located (the `SolveCaptcha.csproj` file).
615

0 commit comments

Comments
 (0)