-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bumpversion.cfg
55 lines (29 loc) · 988 Bytes
/
.bumpversion.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[bumpversion]
current_version = 1.2.11
commit = True
tag = False
[bumpversion:file:docs/source/conf.py]
[bumpversion:file:amqp/pom.xml]
[bumpversion:file:amqp/objects/pom.xml]
[bumpversion:file:amqp/server/pom.xml]
[bumpversion:file:amqp/client/pom.xml]
[bumpversion:file:fuse/pom.xml]
[bumpversion:file:logging/pom.xml]
[bumpversion:file:pom.xml]
[bumpversion:file:shell/pom.xml]
[bumpversion:file:model/core/pom.xml]
[bumpversion:file:model/physical/pom.xml]
[bumpversion:file:model/virtual/pom.xml]
[bumpversion:file:model/pom.xml]
[bumpversion:file:utils/pom.xml]
[bumpversion:file:store/api/pom.xml]
[bumpversion:file:store/tools/pom.xml]
[bumpversion:file:store/filesys/pom.xml]
[bumpversion:file:store/pom.xml]
[bumpversion:file:store/null/pom.xml]
[bumpversion:file:cli/pom.xml]
[bumpversion:file:http/pom.xml]
[bumpversion:file:http/server/pom.xml]
[bumpversion:file:http/client/pom.xml]
[bumpversion:file:test-utils/pom.xml]
[bumpversion:file:VERSION]