Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Jan 26, 2023
1 parent 91eda72 commit 261a2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ new-release: ## starts a release, usage: `make new-release tag=TAG`
git tag "${tag}"
git push --tags
@echo "Please open below link to finish the release"
@echo "https://github.com/ITISFoundation/ci-service-integration-library/releases/new?tag=${tag}&title=Release%27${tag}"
@echo "https://github.com/ITISFoundation/ci-service-integration-library/releases/new?tag=${tag}&title=Release%20${tag}"

0 comments on commit 261a2fe

Please sign in to comment.