-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace bumpversion with tbump - closes #386
- Loading branch information
Showing
6 changed files
with
195 additions
and
40 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,16 @@ on: | |
branches: [ main ] | ||
|
||
jobs: | ||
# bump: | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: Check out repository | ||
# uses: actions/checkout@v3 | ||
# - uses: fizyk/actions-reuse/.github/actions/[email protected] | ||
# with: | ||
# python-version: "3.11" | ||
# pipenv-install-options: "--skip-lock" | ||
# command: tbump --dry-run --only-patch $(pipenv run tbump current-version)"-x" | ||
bump: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v3 | ||
- uses: fizyk/actions-reuse/.github/actions/[email protected] | ||
with: | ||
python-version: "3.11" | ||
pipenv-install-options: "--skip-lock" | ||
command: tbump --dry-run --only-patch $(pipenv run tbump current-version)"-x" | ||
towncrier: | ||
runs-on: ubuntu-latest | ||
if: ${{ github.actor != 'dependabot[bot]' }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ pytest-cov = "==4.1.0" | |
pytest-xdist = "==3.3.1" | ||
ruff = "==0.0.278" | ||
mypy = "==1.4.1" | ||
tbump = "==6.10.0" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Replace bumpversion with tbump to manage versioning and releases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters