File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
22current_version = 0.1.2
33commit = True
4- message =
4+ message =
55 version bump {current_version} -> {new_version}
66tag = True
77tag_name = {new_version}
8- tag_message =
8+ tag_message =
99 version bump {current_version} -> {new_version}
1010
1111[bumpversion:file:gitlab_submodule/__version__.py]
1212search = __version__ = ' {current_version}'
1313replace = __version__ = ' {new_version}'
14+
15+ [bumpversion:file:README.md]
16+ search = >v{current_version}<
17+ replace = >v{new_version}<
Original file line number Diff line number Diff line change 1616 - name : Check PR title
1717 uses : Slashgear/action-check-pr-title@v3.0.0
1818 with :
19- regexp : ' ^((\[MAJOR\])|(\[MINOR\])|(\[PATCH\])).+$'
19+ regexp : ' ^((\[MAJOR\])|(\[MINOR\])|(\[PATCH\])|(\[CONFIG\]) ).+$'
Original file line number Diff line number Diff line change 1- # python-gitlab-submodule
1+ # python-gitlab-submodule <sub ><sup >v0.1.2</sup ></sub >
2+
23List project submodules and get the commits they point to with python-gitlab.
34
45
@@ -199,3 +200,13 @@ submodule_to_subproject(
199200) -> Subproject
200201```
201202Parameters: See [ ` iterate_subprojects(...) ` ] ( #iterate_subprojects )
203+
204+
205+ ## Contributing
206+
207+ PRs are appreciated, just make sure your PR title starts with one of the
208+ following keywords so that the CI works:
209+ - ` [MAJOR] ` : breaking changes
210+ - ` [MINOR] ` : feature changes
211+ - ` [PATCH] ` : fixes
212+ - ` [CONFIG] ` : changes only related to GitHub (CI, .gitignore, etc.) -> won't trigger a package release
You can’t perform that action at this time.
0 commit comments