You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
edo git add "${VERSION_FILE:?}""${OPENAPI_SPEC_FILE:?}""${CARGO_TOML_FILE:?}""${LOCAL_RUN_CONSTANTS_FILE:?}""${CARGO_LOCK_FILE:?}"
152
+
edo git add "${VERSION_FILE:?}""${OPENAPI_SPEC_FILE:?}""${CARGO_TOML_FILE:?}""${LOCAL_RUN_CONSTANTS_FILE:?}""${CARGO_LOCK_FILE:?}""${CHANGELOG_FILE:?}"
153
153
edo git commit -m "$(to-tag "${NEW_VERSION:?}")"
154
154
info "Creating tag…"
155
155
edo git tag "$(to-tag "${NEW_VERSION:?}")" -m "$(to-tag "${NEW_VERSION:?}")"
0 commit comments