Skip to content

Commit ec7aaaa

Browse files
authored
Merge pull request #40 from cmeissner/release_management
release management
2 parents ba523bf + 6d9192f commit ec7aaaa

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.bumpversion.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[bumpversion]
2+
commit = False
3+
tag = False
4+
current_version = 1.3.0
5+
6+
[bumpversion:file:galaxy.yml]

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)