Crates.io | r-gh-create-release |
lib.rs | r-gh-create-release |
version | 1.0.53 |
source | src |
created_at | 2023-10-22 05:50:16.38804 |
updated_at | 2023-10-23 05:33:43.218247 |
description | gh release wrapper CLI |
homepage | |
repository | https://github.com/mass10/r-gh-create-release/ |
max_upload_size | |
id | 1010409 |
size | 34,171 |
A wrapper utility of gh release
.
-h, --help Show usage.
--publish Create a new release of gh-create-release. (For
maintenance)
--dry-run dry run.
--determine-version-from STRING
Determines version string from file. (Cargo.toml,
etc...)
--notes STRING string
--tag STRING create release using tag.
--title STRING string
--target STRING string
--file ARRAY string
r-gh-create-release --file path/to/your/app
r-gh-create-release --title "My First Release!" --file path/to/your/app
r-gh-create-release --notes "Your Release Note" --file path/to/your/app
r-gh-create-release --notes path/to/your/notes.txt --file path/to/your/app
r-gh-create-release --target your-branch-name --file path/to/your/app