Skip to content

Commit 9c07709

Browse files
fix: add hooks-exec to known github plugins
1 parent 2b95d7b commit 9c07709

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/plugin/discovery/resolver/github/known_plugins.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ var knownPlugins = map[string]string{
1515
"hooks-goreleaser": "go-semantic-release/hooks-goreleaser",
1616
"hooks-npm-binary-releaser": "go-semantic-release/hooks-npm-binary-releaser",
1717
"hooks-plugin-registry-update": "go-semantic-release/hooks-plugin-registry-update",
18+
"hooks-exec": "go-semantic-release/hooks-exec",
1819
}

0 commit comments

Comments
 (0)