Skip to content

Commit dad7e0f

Browse files
committed
feat: testing new version bump
1 parent b36ee03 commit dad7e0f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/bump-version.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,15 @@ jobs:
1616
- name: Get next version
1717
id: tag_version
1818
uses: googleapis/release-please-action@v4
19+
with:
20+
"token": "${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}"
21+
"release-type": "python"
22+
"skip-labeling": true
23+
"extra-files": [
24+
"setup.cfg",
25+
"tutoraspects/__about__.py",
26+
".ci/config.yml"
27+
]
28+
"release-search-depth": 2
29+
"pull-request-header": "Automated version bump for release ${{ steps.tag_version.outputs.version }}. \n \n This pull request was automatically generated. It includes the following changes:"
30+
"pull-request-footer": "No code changes are included in this pull request. The purpose of this PR is to trigger a version bump for the project. \n \n Once the pull request is merged, a new GitHub release will be created with the updated version.""

0 commit comments

Comments
 (0)