Skip to content

Commit 72083d7

Browse files
pulpbotjobselko
authored andcommitted
Bump minor version
1 parent 8eb6122 commit 72083d7

23 files changed

Lines changed: 13 additions & 39 deletions

.github/workflows/update_ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
fetch-depth: 0
109109
path: "pulpcore"
110-
ref: "3.114"
110+
ref: "3.115"
111111

112112
- name: "Run update"
113113
working-directory: "pulpcore"
@@ -116,21 +116,21 @@ jobs:
116116
117117
- name: "Create Pull Request for CI files"
118118
uses: "peter-evans/create-pull-request@v8"
119-
id: "create_pr_3_114"
119+
id: "create_pr_3_115"
120120
with:
121121
token: "${{ secrets.RELEASE_TOKEN }}"
122122
path: "pulpcore"
123123
committer: "pulpbot <pulp-infra@redhat.com>"
124124
author: "pulpbot <pulp-infra@redhat.com>"
125-
title: "Update CI files for branch 3.114"
126-
branch: "update-ci/3.114"
127-
base: "3.114"
125+
title: "Update CI files for branch 3.115"
126+
branch: "update-ci/3.115"
127+
base: "3.115"
128128
delete-branch: true
129129
- name: "Mark PR automerge"
130130
working-directory: "pulpcore"
131131
run: |
132-
gh pr merge --rebase --auto "${{ steps.create_pr_3_114.outputs.pull-request-number }}"
133-
if: "steps.create_pr_3_114.outputs.pull-request-number"
132+
gh pr merge --rebase --auto "${{ steps.create_pr_3_115.outputs.pull-request-number }}"
133+
if: "steps.create_pr_3_115.outputs.pull-request-number"
134134
env:
135135
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
136136
continue-on-error: true

CHANGES/+cherry-pick.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/+concurrent-artifact-file-reuse.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/+django_secret.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/+fix-delete-timeouts.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/+fs_export_traversal.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/+saml2.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/6462.feature

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGES/6955.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/7343.removal

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)