Skip to content

Commit dd359a3

Browse files
pulpbotdralley
authored andcommitted
Bump minor version
1 parent 8c04e82 commit dd359a3

17 files changed

Lines changed: 13 additions & 24 deletions

.github/workflows/update_ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
fetch-depth: 0
8080
path: "pulpcore"
81-
ref: "3.103"
81+
ref: "3.104"
8282

8383
- name: "Run update"
8484
working-directory: "pulpcore"
@@ -87,21 +87,21 @@ jobs:
8787
8888
- name: "Create Pull Request for CI files"
8989
uses: "peter-evans/create-pull-request@v6"
90-
id: "create_pr_3_103"
90+
id: "create_pr_3_104"
9191
with:
9292
token: "${{ secrets.RELEASE_TOKEN }}"
9393
path: "pulpcore"
9494
committer: "pulpbot <pulp-infra@redhat.com>"
9595
author: "pulpbot <pulp-infra@redhat.com>"
96-
title: "Update CI files for branch 3.103"
97-
branch: "update-ci/3.103"
98-
base: "3.103"
96+
title: "Update CI files for branch 3.104"
97+
branch: "update-ci/3.104"
98+
base: "3.104"
9999
delete-branch: true
100100
- name: "Mark PR automerge"
101101
working-directory: "pulpcore"
102102
run: |
103-
gh pr merge --rebase --auto "${{ steps.create_pr_3_103.outputs.pull-request-number }}"
104-
if: "steps.create_pr_3_103.outputs.pull-request-number"
103+
gh pr merge --rebase --auto "${{ steps.create_pr_3_104.outputs.pull-request-number }}"
104+
if: "steps.create_pr_3_104.outputs.pull-request-number"
105105
env:
106106
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
107107
continue-on-error: true

CHANGES/+api_doc_cache.feature

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

CHANGES/+exceptions-handling-revert.removal

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

CHANGES/+prn-field-db-cast.bugfix

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

CHANGES/+uuid-api-param.bugfix

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

CHANGES/7214.feature

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

CHANGES/7215.feature

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

CHANGES/7219.bugfix

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

CHANGES/7272.bugfix

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

CHANGES/7319.doc

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

0 commit comments

Comments
 (0)