Skip to content

Commit 0c21e00

Browse files
authored
Merge pull request #767 from codacy/update-release-notes-target
fix: Rely on the sh branch of the release notes
2 parents f9d6ffa + 1c042c5 commit 0c21e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ get_release_notes:
4848
if [ -z "${VERSION_NEW}" ] || [ -z "${VERSION_OLD}" ]; then echo "Can't find the current or previous chart version from the release branches."; exit 1; fi
4949
# Clone codacy/release-notes-tools
5050
if [ -d release-notes-tools ]; then rm -rf release-notes-tools; fi
51-
git clone [email protected]:codacy/release-notes-tools.git
51+
git clone -b sh [email protected]:codacy/release-notes-tools.git
5252
# Fetch updated codacy/chart tags
5353
git fetch --all --tags --force
5454
# Generate release notes and create pull request on codacy/docs

0 commit comments

Comments
 (0)