You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "A changelog generator plugin that generates a changelog based on the commit messages since the last release.",
20
23
},
21
24
{
22
-
Type: "commit-analyzer",
23
-
Name: "cz",
24
-
Aliases: []string{"default"},
25
-
Repo: "go-semantic-release/commit-analyzer-cz",
25
+
Type: "commit-analyzer",
26
+
Name: "cz",
27
+
Aliases: []string{"default"},
28
+
Repo: "go-semantic-release/commit-analyzer-cz",
29
+
Description: "A commit analyzer plugin that uses the Conventional Commits specification to determine the type of release to create based on the commit messages since the last release.",
26
30
},
27
31
{
28
-
Type: "condition",
29
-
Name: "default",
30
-
Repo: "go-semantic-release/condition-default",
32
+
Type: "condition",
33
+
Name: "default",
34
+
Repo: "go-semantic-release/condition-default",
35
+
Description: "The fallback CI condition plugin that detects the current git branch and does not prevent any release.",
31
36
},
32
37
{
33
-
Type: "condition",
34
-
Name: "github",
35
-
Repo: "go-semantic-release/condition-github",
38
+
Type: "condition",
39
+
Name: "github",
40
+
Repo: "go-semantic-release/condition-github",
41
+
Description: "A CI condition plugin for GitHub Actions that checks if the current branch should trigger a new release.",
36
42
},
37
43
{
38
-
Type: "condition",
39
-
Name: "gitlab",
40
-
Repo: "go-semantic-release/condition-gitlab",
44
+
Type: "condition",
45
+
Name: "gitlab",
46
+
Repo: "go-semantic-release/condition-gitlab",
47
+
Description: "A CI condition plugin for GitLab CI that checks if the current branch should trigger a new release.",
41
48
},
42
49
{
43
-
Type: "files-updater",
44
-
Name: "npm",
45
-
Repo: "go-semantic-release/files-updater-npm",
50
+
Type: "files-updater",
51
+
Name: "npm",
52
+
Repo: "go-semantic-release/files-updater-npm",
53
+
Description: "A files updater plugin that updates the version in the package.json file.",
46
54
},
47
55
{
48
-
Type: "provider",
49
-
Name: "git",
50
-
Repo: "go-semantic-release/provider-git",
56
+
Type: "provider",
57
+
Name: "git",
58
+
Repo: "go-semantic-release/provider-git",
59
+
Description: "A provider plugin that uses git tags directly to publish releases. This works with any git repository.",
51
60
},
52
61
{
53
-
Type: "condition",
54
-
Name: "bitbucket",
55
-
Repo: "go-semantic-release/condition-bitbucket",
62
+
Type: "condition",
63
+
Name: "bitbucket",
64
+
Repo: "go-semantic-release/condition-bitbucket",
65
+
Description: "A CI condition plugin for Bitbucket Pipelines that checks if the current branch should trigger a new release.",
56
66
},
57
67
{
58
-
Type: "files-updater",
59
-
Name: "helm",
60
-
Repo: "go-semantic-release/files-updater-helm",
68
+
Type: "files-updater",
69
+
Name: "helm",
70
+
Repo: "go-semantic-release/files-updater-helm",
71
+
Description: "A files updater plugin that updates the version in the Chart.yaml file.",
61
72
},
62
73
{
63
-
Type: "hooks",
64
-
Name: "goreleaser",
65
-
Repo: "go-semantic-release/hooks-goreleaser",
74
+
Type: "hooks",
75
+
Name: "goreleaser",
76
+
Repo: "go-semantic-release/hooks-goreleaser",
77
+
Description: "A hooks plugin that runs GoReleaser to publish releases. The GoReleaser binary is bundled with the plugin.",
0 commit comments