Skip to content

Commit aa38cd5

Browse files
authored
chore: Pin commandbox-semantic-release to ^3.0.0
1 parent 6b86fb4 commit aa38cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ jobs:
107107

108108
- name: Install and Configure Semantic Release
109109
run: |
110-
box install commandbox-semantic-release
110+
box install commandbox-semantic-release@^3.0.0
111111
box config set endpoints.forgebox.APIToken=${{ secrets.FORGEBOX_TOKEN }}
112112
box config set modules.commandbox-semantic-release.targetBranch=main
113113
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" }'
114114
115115
- name: Run Semantic Release
116116
env:
117117
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
118-
run: box semantic-release
118+
run: box semantic-release

0 commit comments

Comments
 (0)