Skip to content

Commit

Permalink
Add an additional automation task for publishing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Dec 13, 2023
1 parent 677c79e commit 5380e65
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 80 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ The `xtask` package is a binary application, based on the workflow outlined by [
Usage: xtask <COMMAND>
Commands:
html Generate a webpage for a given SVD file
patch Patch the specified package(s)'s SVD file
generate Generate the specified package(s)
build Build the specified package(s)
bump-version Bump the version of the specified package(s)
publish Published the specified package(s)
help Print this message or the help of the given subcommand(s)
Options:
Expand Down
77 changes: 35 additions & 42 deletions xtask/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ publish = false

[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.10", features = ["derive"] }
clap = { version = "4.4.11", features = ["derive"] }
env_logger = "0.10.1"
form = "0.11.0"
log = "0.4.20"
semver = "1.0.20"
strum = { version = "0.25.0", features = ["derive"] }
svd2rust = { version = "0.31.2", default-features = false }
svdtools = "0.3.4"
svdtools = "0.3.6"
toml_edit = "0.21.0"
Loading

0 comments on commit 5380e65

Please sign in to comment.