Skip to content

Commit

Permalink
fix: removed semantic-release-npm-github-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerh2001 committed Sep 30, 2023
1 parent 67080bf commit 676cff0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"branches": ["main"],
"extends": "semantic-release-npm-github-publish",
"plugins":
[
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/changelog",
"@semantic-release/git",
"@semantic-release/github",
[
"@codedependant/semantic-release-docker",
{ dockerProject: "tomerh2001" },
Expand Down
Binary file modified bun.lockb
Binary file not shown.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"devDependencies": {
"@codedependant/semantic-release-docker": "^4.4.0",
"bun-types": "latest",
"semantic-release": "^22.0.5",
"semantic-release-npm-github-publish": "^1.5.4"
"semantic-release": "^22.0.5"
},
"peerDependencies": {
"typescript": "^5.0.0"
Expand Down

0 comments on commit 676cff0

Please sign in to comment.