Skip to content

Commit 0ed65d5

Browse files
version bump
Signed-off-by: Christopher Hein <[email protected]>
1 parent 9a24c27 commit 0ed65d5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Makefile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,10 @@ generate-changelog:
2929

3030
.PHONY: tag
3131
tag:
32-
./hack/tag-release.sh
32+
./hack/tag-release.sh
33+
34+
push-tags:
35+
@git push --tags
36+
37+
.PHONY: release
38+
release: generate-changelog tag push-tags

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.0.3
1+
v0.1.0

0 commit comments

Comments
 (0)