stratis-storage / ci

To manage CI for various project repos.
0 stars 6 forks source link

Merge handling of stratisd with other Rust crates #428

Closed mulkieran closed 1 year ago

mulkieran commented 1 year ago

Related #405

mulkieran commented 1 year ago

Some output:

$ ../ci/release_management/create_release.py stratisd --help
usage: create_release.py stratisd [-h] [--dry-run] [--no-publish]
                                  [--no-github-release] [--no-vendor]

options:
  -h, --help           show this help message and exit
  --dry-run            Only report actions, do not do them
  --no-publish         Do not publish to crates.io
  --no-github-release  Do not release to GitHub
  --no-vendor          Do not make a vendor tarfile
$ ../ci/release_management/create_release.py devicemapper-rs --help
usage: create_release.py devicemapper-rs [-h] [--dry-run] [--no-publish]
                                         [--no-github-release]

options:
  -h, --help           show this help message and exit
  --dry-run            Only report actions, do not do them
  --no-publish         Do not publish to crates.io
  --no-github-release  Do not release to GitHub