Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
semantic-release-bot committed Aug 23, 2024
1 parent 01621a4 commit 71f6bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-release-github-actions-tags",
"version": "1.0.3",
"version": "2.0.0",
"description": "Semantic Release Plugin to update all version Tags for a GitHub Action during a release",
"main": "index.js",
"contributors": [
Expand Down

0 comments on commit 71f6bae

Please sign in to comment.