File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ if [[ -z $increment ]]; then
88
88
fi
89
89
90
90
# Make sure the repository is up-to-date before generating release notes.
91
- log " Fetching main and tags from origin..."
91
+ log " Fetching $branch and tags from origin..."
92
92
git fetch --quiet --tags origin " $branch "
93
93
94
94
# Resolve to the latest ref on origin/main unless otherwise specified.
104
104
mapfile -t versions < <( gh api -H " Accept: application/vnd.github+json" /repos/coder/coder/git/refs/tags -q ' .[].ref | split("/") | .[2]' | grep ' ^v' | sort -r -V)
105
105
old_version=${versions[0]}
106
106
107
- log " Checking commit metadata for changes since $old_version ..."
108
107
# shellcheck source=scripts/release/check_commit_metadata.sh
109
108
source " $SCRIPT_DIR /release/check_commit_metadata.sh" " $old_version " " $ref "
110
109
You can’t perform that action at this time.
0 commit comments