Skip to content

Commit 56b19c4

Browse files
authored
Merge pull request #7 from jorgesolebur/bugFix/generateReleaseNotes
Fix repo URL to generate release notes.
2 parents 31a4216 + a74c1ff commit 56b19c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
echo "## $NEXT_VERSION ($(date -I))" > changelog.md
6666
6767
# Build arguments for the API call
68-
ARGS=("--method" "POST" "-H" "Accept: application/vnd.github.v3+json" "/repos/SFDO-Tooling/CumulusCI/releases/generate-notes" "-f" "target_commitish=main" "-f" "tag_name=$NEXT_VERSION")
68+
ARGS=("--method" "POST" "-H" "Accept: application/vnd.github.v3+json" "/repos/jorgesolebur/CumulusCI_AzureDevOps/releases/generate-notes" "-f" "target_commitish=main" "-f" "tag_name=$NEXT_VERSION")
6969
if [ -n "$PREVIOUS_VERSION" ]; then
7070
echo "Generating notes between $PREVIOUS_VERSION and $NEXT_VERSION"
7171
ARGS+=("-f" "previous_tag_name=$PREVIOUS_VERSION")

0 commit comments

Comments
 (0)