Skip to content

Latest commit

 

History

History
98 lines (45 loc) · 4.38 KB

File metadata and controls

98 lines (45 loc) · 4.38 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.2.0 (2022-10-04)

Features

  • GitHub Action: Make the github_token input optional (#2) (6337108)

2.1.2 (2022-09-20)

Bug Fixes

  • Fix the verifyConditions step when the PYPI_REPOSITORY environment variable is not set (702c8ec)

2.1.1 (2022-09-20)

Bug Fixes

  • Fix default values of optional environment variables (25790ad)

2.1.0 (2022-09-20)

Features

  • Add support for RELEASE_BRANCH and CHANGELOG_FILE environment variables (96dcd00)

2.0.1 (2022-09-20)

Bug Fixes

  • Export the config as a CommonJS module (0a296f2)

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)

1.0.4 (2021-06-17)

Bug Fixes

  • Invoke npm with the --no-save flag to silence warnings on old npm versions (ab0d647)

1.0.3 (2021-06-02)

Bug Fixes

  • Add missing conventional-changelog-conventionalcommits dependency (f8596a1)

1.0.2 (2021-06-02)

Bug Fixes

  • GitHub Action: Install npm packages locally (ec59963)

1.0.1 (2021-06-02)

Bug Fixes

  • GitHub Action: Take tokens as inputs (bc381b1)

1.0.0 (2021-06-02)

Features