Skip to content

Commit

Permalink
version bump (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL authored Sep 26, 2023
1 parent a1faba0 commit bcbc56a
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ jobs:
hatch run lint || hatch run lint
git config user.email "[email protected]"
git config user.name "Vizro Team"
git commit -am "version bump"
git add -A
git commit -m "version bump"
git push --set-upstream origin release/version_bump_next_minor/${formatted_date}
./../tools/version-bump.sh mckinsey vizro ${{ secrets.GITHUB_TOKEN }} \
${{needs.check-version.outputs.package_name}} \
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!--
A new scriv changelog fragment.
Uncomment the section that is right (remove the HTML comment wrapper).
-->

<!--
### Removed
- A bullet item for the Removed category.
-->
<!--
### Added
- A bullet item for the Added category.
-->
<!--
### Changed
- A bullet item for the Changed category.
-->
<!--
### Deprecated
- A bullet item for the Deprecated category.
-->
<!--
### Fixed
- A bullet item for the Fixed category.
-->
<!--
### Security
- A bullet item for the Security category.
-->

0 comments on commit bcbc56a

Please sign in to comment.