Skip to content

Commit

Permalink
feat: add xdg-open in order to directl open PR in browser
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelldon committed Mar 1, 2023
1 parent 3b46c3e commit f5726b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ release.generate-pr-url:
@echo "\n\n###################################\n"
@echo "Open the release PR using this URL:"
@echo "https://github.com/zeebe-io/benchmark-helm/compare/release?expand=1&template=release_template.md&title=Release%20Zeebe%20Benchmark%20Helm%20Chart%20v$(chartVersion)"
xdg-open "https://github.com/zeebe-io/benchmark-helm/compare/release?expand=1&template=release_template.md&title=Release%20Zeebe%20Benchmark%20Helm%20Chart%20v$(chartVersion)"
@echo "\n###################################\n\n"

.PHONY: release.chores
Expand Down

0 comments on commit f5726b2

Please sign in to comment.