|
1 | 1 | package github |
2 | 2 |
|
3 | 3 | var knownPlugins = map[string]string{ |
4 | | - "provider-github": "go-semantic-release/provider-github", |
5 | | - "provider-gitlab": "go-semantic-release/provider-gitlab", |
6 | | - "changelog-generator-default": "go-semantic-release/changelog-generator-default", |
7 | | - "commit-analyzer-default": "go-semantic-release/commit-analyzer-cz", |
8 | | - "condition-default": "go-semantic-release/condition-default", |
9 | | - "condition-github": "go-semantic-release/condition-github", |
10 | | - "condition-gitlab": "go-semantic-release/condition-gitlab", |
11 | | - "files-updater-npm": "go-semantic-release/files-updater-npm", |
12 | | - "provider-git": "go-semantic-release/provider-git", |
13 | | - "condition-bitbucket": "go-semantic-release/condition-bitbucket", |
14 | | - "files-updater-helm": "go-semantic-release/files-updater-helm", |
15 | | - "hooks-goreleaser": "go-semantic-release/hooks-goreleaser", |
16 | | - "hooks-npm-binary-releaser": "go-semantic-release/hooks-npm-binary-releaser", |
| 4 | + "provider-github": "go-semantic-release/provider-github", |
| 5 | + "provider-gitlab": "go-semantic-release/provider-gitlab", |
| 6 | + "changelog-generator-default": "go-semantic-release/changelog-generator-default", |
| 7 | + "commit-analyzer-default": "go-semantic-release/commit-analyzer-cz", |
| 8 | + "condition-default": "go-semantic-release/condition-default", |
| 9 | + "condition-github": "go-semantic-release/condition-github", |
| 10 | + "condition-gitlab": "go-semantic-release/condition-gitlab", |
| 11 | + "files-updater-npm": "go-semantic-release/files-updater-npm", |
| 12 | + "provider-git": "go-semantic-release/provider-git", |
| 13 | + "condition-bitbucket": "go-semantic-release/condition-bitbucket", |
| 14 | + "files-updater-helm": "go-semantic-release/files-updater-helm", |
| 15 | + "hooks-goreleaser": "go-semantic-release/hooks-goreleaser", |
| 16 | + "hooks-npm-binary-releaser": "go-semantic-release/hooks-npm-binary-releaser", |
| 17 | + "hooks-plugin-registry-update": "go-semantic-release/hooks-plugin-registry-update", |
17 | 18 | } |
0 commit comments