Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 12:29
· 11 commits to main since this release

@favware/[email protected] - (2024-10-19)

🐛 Bug Fixes

  • Check commits array to be defined before reading it (50478d0)
  • deps: Update dependency git-cliff to ^2.6.0 (31a525c) (#205)
  • deps: Update all non-major dependencies (3e07ebb) (#204)

🚀 Features

  • Support gitlab, gitea, and bitbucket for git-cliff (a4b30d0) (#208)
    • 💥 BREAKING CHANGE: --github-repo has been renamed to --git-repo
    • 💥 BREAKING CHANGE: githubRepo has been renamed to gitRepo
    • 💥 BREAKING CHANGE: --github-token has been renamed to gitToken
    • 💥 BREAKING CHANGE: githubToken has been renamed to gitToken
    • 💥 BREAKING CHANGE: The environment variables TOKEN_GITHUB and TOKEN_GH are no longer supported
    • 💥 BREAKING CHANGE: environment variables GITLAB_TOKEN, GITEA_TOKEN, and BITBUCKET_TOKEN are now supported for --git-token
    • 💥 BREAKING CHANGE: A new option --git-host-variant was added, which defaults to 'github'. To release to GitHub, this has to be set to 'github'.
  • Add commit skipping (22a51d9) (#201)