[package] versioned_files = ["Cargo.toml"] changelog = "CHANGELOG.md" [[workflows]] name = "release" [[workflows.steps]] type = "PrepareRelease" [[workflows.steps]] type = "Command" command = "cargo update -w" [[workflows.steps]] type = "Command" command = "git add Cargo.lock" [[workflows.steps]] type = "Command" command = "git commit -m \"chore: prepare release $version\"" [workflows.steps.variables] "$version" = "Version" [[workflows.steps]] type = "Command" command = "git push" [[workflows.steps]] type = "Release" [[workflows.steps]] type = "Command" command = "cargo publish --token \"${CARGO_TOKEN}\"" [github] owner = "Shadow53" repo = "hoard"