Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 09:29
· 13 commits to main since this release

2.0.0 (2022-09-20)

⚠ BREAKING CHANGES

  • The GitHub Action input repository was renamed to pypi_repository to be consistent with the environment variable names.
  • Dependencies: semantic-release is no longer a peer dependency and doesn't need to be installed manually. Make sure to remove any manual installation commands in your CI scripts to avoid multiple mismatching versions being installed alongside each other.
  • Dependencies: Require Node.js LTS versions >= v14

Features

  • Make the PYPI_REPOSITORY environment variable optional (2609da3)

Bug Fixes

  • GitHub Action: Properly setup Node.js (bec84a3)

Miscellaneous Chores

  • Dependencies: Make sementic-release a direct dependency (d47e01b)
  • Dependencies: Update dependencies (c1bb910)