wip: logs broken

This commit is contained in:
Jack Wills
2022-07-22 21:23:09 +00:00
parent db7aa8dceb
commit 8cdfa2d6be
3 changed files with 13 additions and 26 deletions
+1 -1
View File
@@ -183,7 +183,6 @@ cargo_test () {
release_flow() {
check_git
get_git_remote_url
cargo fmt
cargo_test
cd "${CWD}" || error_close "Can't find ${CWD}"
check_tag
@@ -195,6 +194,7 @@ release_flow() {
ask_changelog_update
git checkout -b "$RELEASE_BRANCH"
update_version_number_in_files
cargo fmt
git add .
git commit -m "chore: release $NEW_TAG_WITH_V"