wip: logs broken
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user