Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Dec 21, 2023
1 parent 44e3a30 commit 7e48a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ patch-release:
$(MAKE) create-commit COMMIT_MESSAGE="docs: update docs versions to $(CURRENT_RELEASE)"

@echo "INFO: Push changes to $(PROJECT_OWNER)/apm-server and create the relevant Pull Requests"
$(MAKE) create-pull-request BRANCH=changelog-$(RELEASE_BRANCH) TARGET_BRANCH=$(RELEASE_BRANCH) TITLE="$(RELEASE_VERSION): update docs" BODY="Merge before the final Release build."
$(MAKE) create-pull-request BRANCH=update-$(NEXT_RELEASE) TARGET_BRANCH=$(RELEASE_BRANCH) TITLE="$(RELEASE_VERSION): update docs" BODY="Merge before the final Release build."

############################################
## Internal make goals to bump versions
Expand Down

0 comments on commit 7e48a6c

Please sign in to comment.