You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DEVELOPER.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -457,16 +457,8 @@ Before publishing a new release, there are some manual steps to take:
457
457
458
458
Then, you have to [run the action manually from the GitHub repository](https://github.com/crowdsecurity/cs-wordpress-bouncer/actions/workflows/release.yml)
459
459
460
-
461
460
Alternatively, you could use the [GitHub CLI](https://github.com/cli/cli):
462
-
- create a draft release:
463
-
```
464
-
gh workflow run release.yml -f tag_name=vx.y.z -f draft=true
465
-
```
466
-
- publish a prerelease:
467
-
```
468
-
gh workflow run release.yml -f tag_name=vx.y.z -f prerelease=true
0 commit comments