Skip to content

Releases: bjoluc/semantic-release-config-poetry

v2.2.0

04 Oct 20:51
Compare
Choose a tag to compare

2.2.0 (2022-10-04)

Features

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

v2.1.2

20 Sep 16:40
Compare
Choose a tag to compare

2.1.2 (2022-09-20)

Bug Fixes

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

v2.1.1

20 Sep 12:36
Compare
Choose a tag to compare

2.1.1 (2022-09-20)

Bug Fixes

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

v2.1.0

20 Sep 12:13
Compare
Choose a tag to compare

2.1.0 (2022-09-20)

Features

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

v2.0.1

20 Sep 10:00
Compare
Choose a tag to compare

2.0.1 (2022-09-20)

Bug Fixes

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

v2.0.0

20 Sep 09:29
Compare
Choose a tag to compare

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)

v1.0.4

17 Jun 18:01
Compare
Choose a tag to compare

1.0.4 (2021-06-17)

Bug Fixes

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

v1.0.3

02 Jun 18:18
Compare
Choose a tag to compare

1.0.3 (2021-06-02)

Bug Fixes

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

v1.0.2

02 Jun 18:06
Compare
Choose a tag to compare

1.0.2 (2021-06-02)

Bug Fixes

  • GitHub Action: Install npm packages locally (ec59963)

v1.0.1

02 Jun 17:41
Compare
Choose a tag to compare

1.0.1 (2021-06-02)

Bug Fixes

  • GitHub Action: Take tokens as inputs (bc381b1)