Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Releases: crate-ci/cargo-ghp-upload

0.3.4

11 Apr 00:35
62bf059
Compare
Choose a tag to compare
  • Fixed #34: If the remote gh-pages branch is updated between executions, ghp-upload will now pull the changes instead of overwriting them

0.3.2

19 Feb 02:32
Compare
Choose a tag to compare
  • Tag builds now publish to /[tag]/ instead of /HEAD/

https://crates.io/crates/cargo-ghp-upload/0.3.2

0.3.1

19 Feb 01:56
Compare
Choose a tag to compare
  • Fixed builds when ./target/ghp does not exists and the target repo has a GHP branch

https://crates.io/crates/cargo-ghp-upload/0.3.1

0.3.0 [YANKED]

18 Feb 23:36
Compare
Choose a tag to compare
  • Fixed builds on Travis always being picked up as a tag build instead of a branch build
  • Added --publish-tags to publish docs for tags (GitHub releases)

https://crates.io/crates/cargo-ghp-upload/0.3.0

0.2.0 [YANKED]

18 Feb 06:59
Compare
Choose a tag to compare
  • Change CLI syntax so that it works as a subcommand (yanked broken 0.1)

Changes from 0.1

  • Split out of roblabla/cargo-travis
    • Includes rename from cargo-doc-upload to cargo-ghp-upload
    • Call as cargo ghp-upload [FLAGS] [OPTIONS]
  • No longer links against cargo
  • CLI changes:
    • New repeatable -v/--verbose flag for more logging (modulo #1)
    • New --remove-index flag to opt-out of maintaining index.html
      (It will still be clobbered if an index.html exists in the uploaded folder)
    • New --directory <upload_directory> option to upload from directories other than ./target/doc
  • Now can infer much more context from Git if not in Travis-like environment
  • Default commit message changed

https://crates.io/crates/cargo-ghp-upload/0.2.0

0.1.1 [YANKED]

18 Feb 05:33
Compare
Choose a tag to compare
  • Removed package.include key from Cargo.toml so more things are in the cargo package
  • Improvements to CI

https://crates.io/crates/cargo-ghp-upload/0.1.1

0.1.0 [YANKED]

18 Feb 04:16
Compare
Choose a tag to compare
  • Split out of roblabla/cargo-travis
    • Includes rename from cargo-doc-upload to cargo-ghp-upload
    • Call as cargo ghp-upload [FLAGS] [OPTIONS]
  • No longer links against cargo
  • CLI changes:
    • New repeatable -v/--verbose flag for more logging (modulo #1)
    • New --remove-index flag to opt-out of maintaining index.html
      (It will still be clobbered if an index.html exists in the uploaded folder)
    • New --directory <upload_directory> option to upload from directories other than ./target/doc
  • Now can infer much more context from Git if not in Travis-like environment
  • Default commit message changed

https://crates.io/crates/cargo-ghp-upload/0.1.0