jsonresume / resume-cli

CLI tool to easily setup a new resume 📑
https://jsonresume.org
MIT License
4.54k stars 379 forks source link

ci: pin version of conventional-changelog-conventionalcommits #771

Closed SethFalco closed 8 months ago

SethFalco commented 8 months ago

We're currently unable to make releases as our pipeline uses the latest version of conventional-changelog-conventionalcommits, but the latest release has changed.

For an immediate fix, let's pin it to the last version we know it works with. (Based on the last release taking place in October 2022.)

Later, I can upgrade both cycjimmy/semantic-release-action and conventional-changelog-conventionalcommits to the latest versions that support each other.

Edit: This didn't actually resolve the issue, so I'll take the upgrade approach and test it locally in act then. 🤔