r-gh-create-release

Crates.ior-gh-create-release
lib.rsr-gh-create-release
version1.0.53
sourcesrc
created_at2023-10-22 05:50:16.38804
updated_at2023-10-23 05:33:43.218247
descriptiongh release wrapper CLI
homepage
repositoryhttps://github.com/mass10/r-gh-create-release/
max_upload_size
id1010409
size34,171
Masaru Irisawa 入澤 賢 (mass10)

documentation

https://docs.rs/crate/r-gh-create-release/

README

r-gh-create-release

A wrapper utility of gh release.

Commandline options.

    -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

Examples

Create release with 1 attachment from your main branch.

  • Release notes will be created automatically.
r-gh-create-release --file path/to/your/app

Create release with title and 1 attachment.

  • Release notes will be created automatically.
r-gh-create-release --title "My First Release!" --file path/to/your/app

Create release with release notes and 1 attachment.

r-gh-create-release --notes "Your Release Note" --file path/to/your/app

Create release with release notes and 1 attachment.

  • Release notes will be created from file.
r-gh-create-release --notes path/to/your/notes.txt --file path/to/your/app

Create release from your branch.

r-gh-create-release --target your-branch-name --file path/to/your/app

Download

Commit count: 111

cargo fmt