Skip to content

Commit

Permalink
Fully remove git from semantic-release prepare step.
Browse files Browse the repository at this point in the history
  • Loading branch information
joelday committed Oct 4, 2024
1 parent 478506a commit f9e061a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/papyrus-lang-vscode/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@semantic-release/github"
],
"prepare": [
"@semantic-release/git",
{
"path": "@semantic-release/exec",
"cmd": "vsce package --no-git-tag-version --no-update-package-json --githubBranch %BRANCH_NAME% %PRERELEASE_FLAG% --out papyrus-lang-vscode.vsix %VERSION%"
Expand Down

0 comments on commit f9e061a

Please sign in to comment.