changesets-gitlab
Advanced tools
Changelog
0.13.0
e9adb24
Thanks @JounQin! - chore: housekeeping, bump all (dev) deps, add module-sync
entry
fix: commonjs
types entry
#195 e7cbdff
Thanks @WeslleyNasRocha! - feat: fetch the tags and push each one individually based on size of packages
to be published and api.FeatureFlags(projectId, 'git_push_create_all_pipelines')
#210 8bdaf2d
Thanks @JounQin! - feat: try allDiffs
api first and fallback to showChanges
when unavailable
#209 4ca179c
Thanks @JounQin! - feat: add a new optional GITLAB_COMMENT_CUSTOM_LINKS
environment variable to override the links content referenced in the cli bot comment, use {{ addChangesetUrl }}
placeholder for the dynamic URL to add a changeset
#196 b681513
Thanks @crysadrak! - feat: add a new optional GITLAB_COMMENT_DISCUSSION_AUTO_RESOLVE
environment variable to automatically resolve added discussion when changeset is present, if you want to always resolve the discussion, you should actually use GITLAB_COMMENT_TYPE=note
instead, default true
#206 842110d
Thanks @jean-smaug! - refactor: publish releases with limited concurrency with p-limit
Changelog
Changelog
0.12.0
3678f85
Thanks @TheHolyWaffle! - Allow adding custom labels to the version package Gitlab Merge RequestChangelog
0.11.4
b687dd8
Thanks @alan910127! - fix: keeps commenting on every push ~