Skip to content

Commit

Permalink
chore: add full-release recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanilves committed Oct 15, 2022
1 parent 102edd1 commit ae6515f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,15 @@ release: release-binaries release-artifacts release-metadata
next-version-tag:
git tag ${NEXT_VERSION}

push-tags:
git push --tags

github-release:
scripts/github-create-release.sh ${GITHUB_REPO} ./release

github-assets:
scripts/github-upload-assets.sh ${GITHUB_REPO} ./release

github: github-release github-assets

full-release: clean dep release next-version-tag push-tags github

0 comments on commit ae6515f

Please sign in to comment.