Skip to content

Commit

Permalink
Merge pull request #1164 from pulp/minor-version-bump
Browse files Browse the repository at this point in the history
Bump minor version
  • Loading branch information
hstct authored Oct 2, 2024
2 parents 847d9d8 + 3747abc commit 4351a5f
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.4.0.dev
current_version = 3.5.0.dev
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion .github/template_gitref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.08.26-385-g17472a1
unknown
22 changes: 22 additions & 0 deletions .github/workflows/update_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,28 @@ jobs:
branch: "update-ci/main"
base: "main"
delete-branch: true
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
path: "pulp_deb"
ref: "3.4"

- name: "Run update"
working-directory: "pulp_deb"
run: |
../plugin_template/scripts/update_ci.sh --release
- name: "Create Pull Request for CI files"
uses: "peter-evans/create-pull-request@v6"
with:
token: "${{ secrets.RELEASE_TOKEN }}"
path: "pulp_deb"
committer: "pulpbot <[email protected]>"
author: "pulpbot <[email protected]>"
title: "Update CI files for branch 3.4"
branch: "update-ci/3.4"
base: "3.4"
delete-branch: true
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
Expand Down
1 change: 0 additions & 1 deletion CHANGES/1059.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1115.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1122.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1147.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1148.feature

This file was deleted.

2 changes: 1 addition & 1 deletion pulp_deb/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ class PulpDebPluginAppConfig(PulpPluginAppConfig):

name = "pulp_deb.app"
label = "deb"
version = "3.4.0.dev"
version = "3.5.0.dev"
python_package_name = "pulp_deb"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="pulp-deb",
version="3.4.0.dev",
version="3.5.0.dev",
description="pulp-deb plugin for the Pulp Project",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
4 changes: 2 additions & 2 deletions template_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This config represents the latest values used when running the plugin-template. Any settings that
# were not present before running plugin-template have been added with their default values.

# generated with plugin_template@2021.08.26-382-gc88324b
# generated with plugin_template@unknown

api_root: /pulp/
black: true
Expand All @@ -23,7 +23,7 @@ docker_fixtures: true
flake8: true
flake8_ignore: []
github_org: pulp
latest_release_branch: '3.3'
latest_release_branch: '3.4'
lint_requirements: true
os_required_packages: []
parallel_test_workers: 8
Expand Down

0 comments on commit 4351a5f

Please sign in to comment.