Skip to content

Commit ce25df5

Browse files
committed
Bump minor version
1 parent b13ebac commit ce25df5

19 files changed

+14
-41
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-415-g804d8f6
1+
unknown

.github/workflows/update_ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
with:
234234
fetch-depth: 0
235235
path: "pulpcore"
236-
ref: "3.68"
236+
ref: "3.69"
237237

238238
- name: "Run update"
239239
working-directory: "pulpcore"
@@ -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_3_68"
245+
id: "create_pr_3_69"
246246
with:
247247
token: "${{ secrets.RELEASE_TOKEN }}"
248248
path: "pulpcore"
249249
committer: "pulpbot <pulp-infra@redhat.com>"
250250
author: "pulpbot <pulp-infra@redhat.com>"
251-
title: "Update CI files for branch 3.68"
252-
branch: "update-ci/3.68"
253-
base: "3.68"
251+
title: "Update CI files for branch 3.69"
252+
branch: "update-ci/3.69"
253+
base: "3.69"
254254
delete-branch: true
255255
- name: "Mark PR automerge"
256256
working-directory: "pulpcore"
257257
run: |
258-
gh pr merge --rebase --auto "${{ steps.create_pr_3_68.outputs.pull-request-number }}"
259-
if: "steps.create_pr_3_68.outputs.pull-request-number"
258+
gh pr merge --rebase --auto "${{ steps.create_pr_3_69.outputs.pull-request-number }}"
259+
if: "steps.create_pr_3_69.outputs.pull-request-number"
260260
env:
261261
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
262262
continue-on-error: true

CHANGES/+core_in_bindings_spec.feature

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

CHANGES/+created_resource_schema.bugfix

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

CHANGES/+task_error_schema.bugfix

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

CHANGES/1975.doc

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

CHANGES/3212.doc

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

CHANGES/5012.bugfix

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

CHANGES/5725.bugfix

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

CHANGES/5937.bugfix

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

0 commit comments

Comments
 (0)