Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Jun 7, 2021
1 parent 28e161f commit 5f42f66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## v0.1.0 / 2021-06-07

* Initial release
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ $(GOLANGCI_LINT):
release:
@mkdir -p release
@sed 's/:latest/:$(VERSION)/g' install/deployment.yaml > release/deployment.yaml
@sed 's/:latest/:$(VERSION)/g' install/ondemand-deployment.yaml > release/ondemand-deployment.yaml
@cp install/namespace-rbac.yaml release/namespace-rbac.yaml

bump-version:
Expand Down

0 comments on commit 5f42f66

Please sign in to comment.