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 togitRepo
- 💥 BREAKING CHANGE:
--github-token
has been renamed togitToken
- 💥 BREAKING CHANGE:
githubToken
has been renamed togitToken
- 💥 BREAKING CHANGE: The environment variables
TOKEN_GITHUB
andTOKEN_GH
are no longer supported - 💥 BREAKING CHANGE: environment variables
GITLAB_TOKEN
,GITEA_TOKEN
, andBITBUCKET_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'
.
- 💥 BREAKING CHANGE:
- Add commit skipping (22a51d9) (#201)