File tree Expand file tree Collapse file tree 8 files changed +12
-22
lines changed
Expand file tree Collapse file tree 8 files changed +12
-22
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ jobs:
233233 with :
234234 fetch-depth : 0
235235 path : " pulp_container"
236- ref : " 2.24 "
236+ ref : " 2.25 "
237237
238238 - name : " Run update"
239239 working-directory : " pulp_container"
@@ -242,21 +242,21 @@ jobs:
242242
243243 - name : " Create Pull Request for CI files"
244244 uses : " peter-evans/create-pull-request@v6"
245- id : " create_pr_2_24 "
245+ id : " create_pr_2_25 "
246246 with :
247247 token : " ${{ secrets.RELEASE_TOKEN }}"
248248 path : " pulp_container"
249249 committer : " pulpbot <pulp-infra@redhat.com>"
250250 author : " pulpbot <pulp-infra@redhat.com>"
251- title : " Update CI files for branch 2.24 "
252- branch : " update-ci/2.24 "
253- base : " 2.24 "
251+ title : " Update CI files for branch 2.25 "
252+ branch : " update-ci/2.25 "
253+ base : " 2.25 "
254254 delete-branch : true
255255 - name : " Mark PR automerge"
256256 working-directory : " pulp_container"
257257 run : |
258- gh pr merge --rebase --auto "${{ steps.create_pr_2_24 .outputs.pull-request-number }}"
259- if : " steps.create_pr_2_24 .outputs.pull-request-number"
258+ gh pr merge --rebase --auto "${{ steps.create_pr_2_25 .outputs.pull-request-number }}"
259+ if : " steps.create_pr_2_25 .outputs.pull-request-number"
260260 env :
261261 GH_TOKEN : " ${{ secrets.RELEASE_TOKEN }}"
262262 continue-on-error : true
Load Diff This file was deleted.
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 @@ -6,7 +6,7 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig):
66
77 name = "pulp_container.app"
88 label = "container"
9- version = "2.25 .0.dev"
9+ version = "2.26 .0.dev"
1010 python_package_name = "pulp-container"
1111 domain_compatible = True
1212
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
77
88[project ]
99name = " pulp-container"
10- version = " 2.25 .0.dev"
10+ version = " 2.26 .0.dev"
1111description = " Container plugin for the Pulp Project"
1212readme = " README.md"
1313authors = [
@@ -87,7 +87,7 @@ ignore = [
8787[tool .bumpversion ]
8888# This section is managed by the plugin template. Do not edit manually.
8989
90- current_version = " 2.25 .0.dev"
90+ current_version = " 2.26 .0.dev"
9191commit = false
9292tag = false
9393parse = " (?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 11# This config represents the latest values used when running the plugin-template. Any settings that
22# were not present before running plugin-template have been added with their default values.
33
4- # generated with plugin_template@unknown
4+ # generated with plugin_template
55
66api_root : /pulp/
77black : true
@@ -23,7 +23,7 @@ docker_fixtures: false
2323flake8 : true
2424flake8_ignore : []
2525github_org : pulp
26- latest_release_branch : ' 2.24 '
26+ latest_release_branch : ' 2.25 '
2727lint_requirements : true
2828os_required_packages : []
2929parallel_test_workers : 8
You can’t perform that action at this time.
0 commit comments