Skip to content

Commit

Permalink
added release link
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Jan 19, 2023
1 parent 5a989b1 commit d5ebe8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,6 @@ new-release: ## starts a release, usage: `make new-release tag=TAG`
@echo "Releasing: '${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}"

0 comments on commit d5ebe8a

Please sign in to comment.