tpublish

Crates.iotpublish
lib.rstpublish
version0.1.0
sourcesrc
created_at2018-07-19 19:35:59.00671
updated_at2018-07-19 19:35:59.00671
descriptionpublish releases to GitHub
homepage
repositoryhttps://github.com/dmerejkowsky/tpublish
max_upload_size
id75109
size4,035
Dimitri Merejkowsky (dmerejkowsky)

documentation

README

tpublish

Publish software releases to GitHub.

There are already lots of tools that do this, but here's where tpublish is different:

  • It forces you to have a proper, human-written Changelog file in your repo.

  • It is written in Rust so:

    • It starts fast
    • It can be downloaded as a binary and run directly on any operating system
    • Plus all the other cool Rust features ;)
  • It can be integrated in any existing publish workflow, like for instance running as a tbump hook

Commit count: 0

cargo fmt