You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
note. Add conventional-changelog-conventionalcommits
as a dev dependency so semantic-release can load the preset.
tigris buckets set-ttl, tigris buckets set-transition
and the tigris forks command group were removed in #95. Use tigris buckets lifecycle list/create/edit for lifecycle rules and tigris buckets create --fork-of / tigris buckets list --forks-of
for forks instead. Each removed entry now exits with a redirect
message pointing at the replacement.
The --region and --consistency flags on tigris mk, tigris buckets create and tigris buckets set were
removed. Use --locations instead. The flags now exit with a
redirect message.
Custom releaseRules are matched before the preset defaults; the
existing { type: "refactor", release: "patch" } rule would shadow
the preset's { breaking: true, release: "major" } for any refactor!: commit (or future custom type rules covering a type that
also carries a BREAKING CHANGE note). Add an explicit breaking rule at
the top so breaking-change detection always wins regardless of type.