Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: don't sync semver tags for releases (#921)
The optic release option `sync-semver-tags` creates additional tags (`v{MAJOR}`, `v{MAJOR}.{MINOR}`) which are updated on each release. This currently does not work because this tag push happens with the permissions of the default github actions token, which does not have rule bypass permissions. It's a "soft fail" (the release still gets made), and the full version tag comes from the release creation, which is done by the optic release app, which is included in our ruleset bypass list. We don't need these tags, and they are not working, so this PR turns this option off.
- Loading branch information