File tree Expand file tree Collapse file tree 7 files changed +11
-14
lines changed
Expand file tree Collapse file tree 7 files changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ jobs:
200200 with :
201201 fetch-depth : 0
202202 path : " pulp_python"
203- ref : " 3.28 "
203+ ref : " 3.29 "
204204
205205 - name : " Run update"
206206 working-directory : " pulp_python"
@@ -209,21 +209,21 @@ jobs:
209209
210210 - name : " Create Pull Request for CI files"
211211 uses : " peter-evans/create-pull-request@v8"
212- id : " create_pr_3_28 "
212+ id : " create_pr_3_29 "
213213 with :
214214 token : " ${{ secrets.RELEASE_TOKEN }}"
215215 path : " pulp_python"
216216 committer : " pulpbot <pulp-infra@redhat.com>"
217217 author : " pulpbot <pulp-infra@redhat.com>"
218- title : " Update CI files for branch 3.28 "
219- branch : " update-ci/3.28 "
220- base : " 3.28 "
218+ title : " Update CI files for branch 3.29 "
219+ branch : " update-ci/3.29 "
220+ base : " 3.29 "
221221 delete-branch : true
222222 - name : " Mark PR automerge"
223223 working-directory : " pulp_python"
224224 run : |
225- gh pr merge --rebase --auto "${{ steps.create_pr_3_28 .outputs.pull-request-number }}"
226- if : " steps.create_pr_3_28 .outputs.pull-request-number"
225+ gh pr merge --rebase --auto "${{ steps.create_pr_3_29 .outputs.pull-request-number }}"
226+ if : " steps.create_pr_3_29 .outputs.pull-request-number"
227227 env :
228228 GH_TOKEN : " ${{ secrets.RELEASE_TOKEN }}"
229229 continue-on-error : true
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class PulpPythonPluginAppConfig(PulpPluginAppConfig):
1010
1111 name = "pulp_python.app"
1212 label = "python"
13- version = "3.29 .0.dev"
13+ version = "3.30 .0.dev"
1414 python_package_name = "pulp-python"
1515 domain_compatible = True
1616
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
77
88[project ]
99name = " pulp-python"
10- version = " 3.29 .0.dev"
10+ version = " 3.30 .0.dev"
1111description = " pulp-python plugin for the Pulp Project"
1212readme = " README.md"
1313authors = [
@@ -79,7 +79,7 @@ ignore = [
7979[tool .bumpversion ]
8080# This section is managed by the plugin template. Do not edit manually.
8181
82- current_version = " 3.29 .0.dev"
82+ current_version = " 3.30 .0.dev"
8383commit = false
8484tag = false
8585parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<alpha>0a)?(?P<patch>\\ d+)(\\ .(?P<release>[a-z]+))?"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ extra_files: []
2626flake8 : true
2727flake8_ignore : []
2828github_org : " pulp"
29- latest_release_branch : " 3.28 "
29+ latest_release_branch : " 3.29 "
3030lint_requirements : true
3131os_required_packages : []
3232parallel_test_workers : 8
You can’t perform that action at this time.
0 commit comments