Skip to content

Commit 6d9192f

Browse files
committed
add release target
1 parent 9836a92 commit 6d9192f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ $(NAMESPACE)-$(NAME)-$(VERSION).tar.gz: $(addprefix build/src/,$(DEPENDENCIES))
4343

4444
dist: $(NAMESPACE)-$(NAME)-$(VERSION).tar.gz
4545

46+
release-%:
47+
bumpversion $*
48+
antsibull-changelog release
49+
make doc
50+
4651
publish: $(NAMESPACE)-$(NAME)-$(VERSION).tar.gz
4752
ansible-galaxy collection publish --api-key $(GALAXY_API_KEY) $<
4853

0 commit comments

Comments
 (0)