We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9d6ffa + 1c042c5 commit 0c21e00Copy full SHA for 0c21e00
Makefile
@@ -48,7 +48,7 @@ get_release_notes:
48
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
49
# Clone codacy/release-notes-tools
50
if [ -d release-notes-tools ]; then rm -rf release-notes-tools; fi
51
- git clone [email protected]:codacy/release-notes-tools.git
+ git clone -b sh [email protected]:codacy/release-notes-tools.git
52
# Fetch updated codacy/chart tags
53
git fetch --all --tags --force
54
# Generate release notes and create pull request on codacy/docs
0 commit comments