Skip to content

Commit

Permalink
Fix make dev-tree's changelog path (hashicorp#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndhanushkodi authored Aug 12, 2021
1 parent 032a801 commit af7eafa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions control-plane/build-support/functions/10-util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -796,10 +796,10 @@ function set_dev_mode {
local vers="$(parse_version "${sdir}" false false)"

status_stage "==> Setting VersionPreRelease back to 'dev'"
update_version "${sdir}/control-plane/version/version.go" "${vers}" dev || return 1
update_version "${sdir}/version/version.go" "${vers}" dev || return 1

status_stage "==> Adding new UNRELEASED label in CHANGELOG.md"
add_unreleased_to_changelog "${sdir}" || return 1
add_unreleased_to_changelog "${sdir}/.." || return 1

return 0
}
Expand Down

0 comments on commit af7eafa

Please sign in to comment.