changesets-gitlab
Advanced tools
Changelog
0.8.1
12b715f
Thanks @godiagonal! - fix: repair default value for create_gitlab_releases
variableChangelog
0.8.0
65ecc27
Thanks @wingnorepeat! - feat: added new input variable to indicate whether to create Gitlab releases after publish or notChangelog
Changelog
0.5.2
a6f751a
Thanks @pmjhonwang! - some system git version old, git add -a .
not working at dot prefix dir (such as .changeset), use git add -A .
instead