Skip to content

Commit e81926b

Browse files
committed
Bump minor version
1 parent f622665 commit e81926b

File tree

13 files changed

+13
-25
lines changed

13 files changed

+13
-25
lines changed

.github/template_gitref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2021.08.26-421-g204a709
1+
unknown

.github/workflows/update_ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
with:
110110
fetch-depth: 0
111111
path: "pulp_python"
112-
ref: "3.12"
112+
ref: "3.13"
113113

114114
- name: "Run update"
115115
working-directory: "pulp_python"
@@ -118,21 +118,21 @@ jobs:
118118
119119
- name: "Create Pull Request for CI files"
120120
uses: "peter-evans/create-pull-request@v6"
121-
id: "create_pr_3_12"
121+
id: "create_pr_3_13"
122122
with:
123123
token: "${{ secrets.RELEASE_TOKEN }}"
124124
path: "pulp_python"
125125
committer: "pulpbot <pulp-infra@redhat.com>"
126126
author: "pulpbot <pulp-infra@redhat.com>"
127-
title: "Update CI files for branch 3.12"
128-
branch: "update-ci/3.12"
129-
base: "3.12"
127+
title: "Update CI files for branch 3.13"
128+
branch: "update-ci/3.13"
129+
base: "3.13"
130130
delete-branch: true
131131
- name: "Mark PR automerge"
132132
working-directory: "pulp_python"
133133
run: |
134-
gh pr merge --rebase --auto "${{ steps.create_pr_3_12.outputs.pull-request-number }}"
135-
if: "steps.create_pr_3_12.outputs.pull-request-number"
134+
gh pr merge --rebase --auto "${{ steps.create_pr_3_13.outputs.pull-request-number }}"
135+
if: "steps.create_pr_3_13.outputs.pull-request-number"
136136
env:
137137
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
138138
continue-on-error: true

CHANGES/+fix-any-type.bugfix

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

CHANGES/+pulpcore-3.70.feature

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

CHANGES/682.bugfix

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

CHANGES/691.bugfix

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

CHANGES/716.bugfix

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

CHANGES/718.bugfix

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

CHANGES/773.bugfix

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

CHANGES/774.misc

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

0 commit comments

Comments
 (0)