diff --git a/Cargo.lock b/Cargo.lock index 1864246..44644d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,7 +39,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "bagr" -version = "0.3.0" +version = "0.4.0-dev" dependencies = [ "ansi_term", "atty", diff --git a/Cargo.toml b/Cargo.toml index 0c4d5f5..b3b8726 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bagr" -version = "0.3.0" +version = "0.4.0-dev" edition = "2021" authors = ["Peter Winckles "] description = "A CLI for interacting with BagIt bags" diff --git a/RELEASE.md b/RELEASE.md index c98ceae..57dc5fa 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -12,6 +12,7 @@ cargo release --no-tag --no-push --no-publish --execute TRYCMD=overwrite cargo test # Fix up the release commit +git add . git commit --amend git tag vVERSION git push origin main