Skip to content

Commit e7f3e82

Browse files
authored
Update release.yml
1 parent 041ea99 commit e7f3e82

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ jobs:
4949
run: |
5050
git config user.name "github-actions[bot]"
5151
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
52-
git add copulas/__init__.py
53-
git add pyproject.toml
52+
bump-my-version bump patch --no-tag
53+
# git add copulas/__init__.py
54+
# git add pyproject.toml
55+
# git commit -m "bump version candidate"
5456
# make bumpversion-candidate
5557
# if: ${{ inputs.candidate && !inputs.test_pypi }}
5658

@@ -60,14 +62,18 @@ jobs:
6062
with:
6163
token: ${{ secrets.GH_ACCESS_TOKEN }}
6264
commit-message: bumpversion-candidate
65+
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
66+
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
67+
signoff: false
68+
delete-branch: true
6369
title: Automated Bump Version Candidate
6470
body: "This is an auto-generated PR that bumps the version to the next candidate."
6571
branch: bumpversion-candidate-update
6672
branch-suffix: short-commit-hash
6773
add-paths: |
6874
copulas/__init__.py
6975
pyproject.toml
70-
# base: '478-copulas-release-workflow-errors-with-failed-to-push-some-refs-to-httpsgithubcomsdv-devcopulas'
76+
draft: false
7177

7278
- name: Enable Pull Request Automerge
7379
if: ${{ steps.cpr.outputs.pull-request-operation == 'created' }}

0 commit comments

Comments
 (0)