Skip to content

Commit

Permalink
Update release branch policy
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
mdellweg committed Oct 19, 2023
1 parent 945be72 commit a356471
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 71 deletions.
70 changes: 0 additions & 70 deletions .ci/scripts/changelog.py

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/create-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,19 @@ jobs:
run: |
find CHANGES -type f -regex ".*\.\(bugfix\|doc\|feature\|misc\|deprecation\|removal\)" -exec git rm {} +
- name: Checkout plugin template
uses: actions/checkout@v3
with:
repository: pulp/plugin_template
path: plugin_template
fetch-depth: 0

- name: Update CI branches in template_config
working-directory: plugin_template
run: |
python3 ./plugin-template pulp-certguard --github --add-version-ci-update-branches "${NEW_BRANCH}"
git add -A
- name: Make a PR with version bump and without CHANGES/*
uses: peter-evans/create-pull-request@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion template_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ci_update_branches:
- 1.5
- 1.6
ci_update_docs: false
ci_update_release_behavior: null
ci_update_release_behavior: replace-previous-version
cli_package: pulp-cli
cli_repo: https://github.com/pulp/pulp-cli.git
core_import_allowed: []
Expand Down

0 comments on commit a356471

Please sign in to comment.