Skip to content

Commit ee827b1

Browse files
committed
Fix semantic-release plugin config assignment in release workflow
1 parent 7cf4597 commit ee827b1

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,18 @@ jobs:
6565
box install commandbox-semantic-release
6666
box config set endpoints.forgebox.APIToken=${{ secrets.FORGEBOX_TOKEN }}
6767
box config set modules.commandbox-semantic-release.targetBranch=main
68-
box config set modules.commandbox-semantic-release.plugins='{ "VerifyConditions": "GitHubActionsConditionsVerifier@commandbox-semantic-release", "FetchLastRelease": "ForgeBoxReleaseFetcher@commandbox-semantic-release", "RetrieveCommits": "JGitCommitsRetriever@commandbox-semantic-release", "ParseCommit": "ConventionalChangelogParser@commandbox-semantic-release", "FilterCommits": "DefaultCommitFilterer@commandbox-semantic-release", "AnalyzeCommits": "DefaultCommitAnalyzer@commandbox-semantic-release", "VerifyRelease": "NullReleaseVerifier@commandbox-semantic-release", "GenerateNotes": "GitHubMarkdownNotesGenerator@commandbox-semantic-release", "UpdateChangelog": "FileAppendChangelogUpdater@commandbox-semantic-release", "CommitArtifacts": "NullArtifactsCommitter@commandbox-semantic-release", "PublishRelease": "ForgeBoxReleasePublisher@commandbox-semantic-release", "PublicizeRelease": "GitHubReleasePublicizer@commandbox-semantic-release" }'
68+
box config set modules.commandbox-semantic-release.plugins.VerifyConditions=GitHubActionsConditionsVerifier@commandbox-semantic-release
69+
box config set modules.commandbox-semantic-release.plugins.FetchLastRelease=ForgeBoxReleaseFetcher@commandbox-semantic-release
70+
box config set modules.commandbox-semantic-release.plugins.RetrieveCommits=JGitCommitsRetriever@commandbox-semantic-release
71+
box config set modules.commandbox-semantic-release.plugins.ParseCommit=ConventionalChangelogParser@commandbox-semantic-release
72+
box config set modules.commandbox-semantic-release.plugins.FilterCommits=DefaultCommitFilterer@commandbox-semantic-release
73+
box config set modules.commandbox-semantic-release.plugins.AnalyzeCommits=DefaultCommitAnalyzer@commandbox-semantic-release
74+
box config set modules.commandbox-semantic-release.plugins.VerifyRelease=NullReleaseVerifier@commandbox-semantic-release
75+
box config set modules.commandbox-semantic-release.plugins.GenerateNotes=GitHubMarkdownNotesGenerator@commandbox-semantic-release
76+
box config set modules.commandbox-semantic-release.plugins.UpdateChangelog=FileAppendChangelogUpdater@commandbox-semantic-release
77+
box config set modules.commandbox-semantic-release.plugins.CommitArtifacts=NullArtifactsCommitter@commandbox-semantic-release
78+
box config set modules.commandbox-semantic-release.plugins.PublishRelease=ForgeBoxReleasePublisher@commandbox-semantic-release
79+
box config set modules.commandbox-semantic-release.plugins.PublicizeRelease=GitHubReleasePublicizer@commandbox-semantic-release
6980
box semantic-release
7081
7182
- name: Inform Slack of Build

0 commit comments

Comments
 (0)