ni/python-actions v0.5.0
What's Changed
setup-poetry:- Change default Poetry version to 2.1.4 (#18)
update-project-version:- Show project names and versions (#20)
- The PR body now contains a table showing the project names, versions, and pyproject.toml paths
- When updating a single project, the PR title now says shows the project name and version, e.g. "chore: Update project nitypes to v1.2.3"
- Change how branch name is shown (#20)
- The branch name is now shown in brackets at the beginning of the PR title, e.g. "[releases/1.2] chore: Update project nitypes to v1.2.3"
- The branch name is no longer shown for main/master branches.
- Show project names and versions (#20)
- tests:
- The actions are now tested on macOS (#15)
Full Changelog: v0.4.1...v0.5.0