A wrapper utility of gh release
.
- Latest versions are available here
-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
- Release notes will be created automatically.
r-gh-create-release --file path/to/your/app
- Release notes will be created automatically.
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
- Release notes will be created from file.
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