Skip to content

ni/python-actions v0.5.0

Choose a tag to compare

@bkeryan bkeryan released this 22 Aug 20:35
· 31 commits to main since this release
f0276f7

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.
  • tests:
    • The actions are now tested on macOS (#15)

Full Changelog: v0.4.1...v0.5.0