Releases: bjoluc/semantic-release-config-poetry
Releases · bjoluc/semantic-release-config-poetry
v2.2.0
2.2.0 (2022-10-04)
Features
- GitHub Action: Make the
github_token
input optional (#2) (6337108)
v2.1.2
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
2.1.1 (2022-09-20)
Bug Fixes
- Fix default values of optional environment variables (25790ad)
v2.1.0
2.1.0 (2022-09-20)
Features
- Add support for
RELEASE_BRANCH
and CHANGELOG_FILE
environment variables (96dcd00)
v2.0.1
2.0.1 (2022-09-20)
Bug Fixes
- Export the config as a CommonJS module (0a296f2)
v2.0.0
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
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
1.0.3 (2021-06-02)
Bug Fixes
- Add missing
conventional-changelog-conventionalcommits
dependency (f8596a1)
v1.0.2
1.0.2 (2021-06-02)
Bug Fixes
- GitHub Action: Install npm packages locally (ec59963)
v1.0.1
1.0.1 (2021-06-02)
Bug Fixes
- GitHub Action: Take tokens as inputs (bc381b1)