Skip to content

Commit c594c19

Browse files
committed
Set semantic-release plugins-CommitArtifacts override key
1 parent 058667d commit c594c19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ 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-CommitArtifacts=NullArtifactsCommitter@commandbox-semantic-release
6969
box semantic-release
7070
7171
- name: Inform Slack of Build

0 commit comments

Comments
 (0)