Skip to content

Commit 83b152d

Browse files
feat: add hooks-plugin-registry-update plugin
1 parent 27d1b7b commit 83b152d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

internal/config/plugins.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,9 @@ var Plugins = plugin.Plugins{
6868
Name: "npm-binary-releaser",
6969
Repo: "go-semantic-release/hooks-npm-binary-releaser",
7070
},
71+
{
72+
Type: "hooks",
73+
Name: "plugin-registry-update",
74+
Repo: "go-semantic-release/hooks-plugin-registry-update",
75+
},
7176
}

0 commit comments

Comments
 (0)