Skip to content

Commit

Permalink
chore: add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Muir committed Jul 5, 2019
1 parent c9682c2 commit 1bd524d
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 @@ -41,3 +41,5 @@ endif
helm package environment-controller
curl --fail -u $(CHARTMUSEUM_CREDS_USR):$(CHARTMUSEUM_CREDS_PSW) --data-binary "@$(NAME)-$(VERSION).tgz" $(CHART_REPO)/api/charts
rm -rf ${NAME}*.tgz
jx step changelog --verbose --version $(VERSION) --rev $(PULL_BASE_SHA)

0 comments on commit 1bd524d

Please sign in to comment.