Skip to content

Commit

Permalink
fix: updated .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerh2001 committed Sep 30, 2023
1 parent 80c68c8 commit 67080bf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"branches": ["main"],
"extends": "semantic-release-npm-github-publish",
"plugins": ["@codedependant/semantic-release-docker"],
"plugins":
[
[
"@codedependant/semantic-release-docker",
{ dockerProject: "tomerh2001" },
],
],
}

0 comments on commit 67080bf

Please sign in to comment.