-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #738 from ClearcodeHQ/tbump
Use tbump to manage releses and versions - closes #704
- Loading branch information
Showing
7 changed files
with
149 additions
and
30 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 |
---|---|---|
|
@@ -22,3 +22,4 @@ mccabe = "==0.7.0" | |
flake8 = "==5.0.4" | ||
types-setuptools = "==67.7.0.2" | ||
pycodestyle = "==2.9.0" | ||
tbump = "==6.9.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
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 @@ | ||
Use tbump instead of bumpversion 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