Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.0.0](v1.0.3...v2.0.0) (2024-08-23) ### Bug Fixes * **security:** bump braces from 3.0.2 to 3.0.3 ([#11](#11)) ([676f025](676f025)) ### Features * Updates logic to use the repositoryUrl from semantic release ([a19b042](a19b042)) ### BREAKING CHANGES * This most likely won't be a true breaking change to anyone as it now aligns with the way the semantic-release/git plugin pushes the initial tag (using the repositoryUrl provided by semantic-release). Previously, it was just pushing to 'origin' which worked fine when there was a git.config, which usually is the case when using the actions/checkout action, but could cause errors when it was not set (e.g. when using the option ` persist-credentials: false`).
- Loading branch information