All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.2.0 (2022-10-04)
2.1.2 (2022-09-20)
- Fix the
verifyConditionsstep when thePYPI_REPOSITORYenvironment variable is not set (702c8ec)
2.1.1 (2022-09-20)
- Fix default values of optional environment variables (25790ad)
2.1.0 (2022-09-20)
- Add support for
RELEASE_BRANCHandCHANGELOG_FILEenvironment variables (96dcd00)
2.0.1 (2022-09-20)
- Export the config as a CommonJS module (0a296f2)
2.0.0 (2022-09-20)
- The GitHub Action input
repositorywas renamed topypi_repositoryto be consistent with the environment variable names. - Dependencies:
semantic-releaseis 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
- Make the
PYPI_REPOSITORYenvironment variable optional (2609da3)
- GitHub Action: Properly setup Node.js (bec84a3)
- Dependencies: Make
sementic-releasea direct dependency (d47e01b) - Dependencies: Update dependencies (c1bb910)
1.0.4 (2021-06-17)
- Invoke npm with the
--no-saveflag to silence warnings on old npm versions (ab0d647)
1.0.3 (2021-06-02)
- Add missing
conventional-changelog-conventionalcommitsdependency (f8596a1)
1.0.2 (2021-06-02)
- GitHub Action: Install npm packages locally (ec59963)
1.0.1 (2021-06-02)
- GitHub Action: Take tokens as inputs (bc381b1)
- Initial release (37e6bfc)