Skip to content

Commit

Permalink
Update release.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jan 10, 2024
1 parent 3591f6b commit ffac3af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ patch-release:
$(MAKE) update-version-makefile VERSION=$(PROJECT_MAJOR_VERSION)\.$(PROJECT_MINOR_VERSION)
$(MAKE) update-version-legacy VERSION=$(NEXT_RELEASE) PREVIOUS_VERSION=$(CURRENT_RELEASE)
$(MAKE) create-commit COMMIT_MESSAGE="docs: update docs versions to $(RELEASE_VERSION)"

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

Expand Down

0 comments on commit ffac3af

Please sign in to comment.