Skip to content

Commit 06ccf29

Browse files
fix: remove changelog asset from release workflow
The release pipeline was failing because it tried to upload an empty CHANGELOG.md file as a release asset. Removed changelog-related plugins since changelog will be managed by a separate tool. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
1 parent 2412af2 commit 06ccf29

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.releaserc.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,8 @@ plugins:
2727
- breaking: true
2828
release: major
2929

30-
# Plugin to version the CHANGELOG.md
31-
- path: "@semantic-release/git"
32-
assets:
33-
- CHANGELOG.md
34-
message: "chore(release): ${nextRelease.version}\n\nChangelog atualizado."
35-
36-
# Plugin to publish the CHANGELOG.md as an asset in the GitHub release
30+
# Plugin to publish the GitHub release (no assets - changelog managed separately)
3731
- path: "@semantic-release/github"
38-
assets:
39-
- path: CHANGELOG.md
40-
label: "Changelog"
4132
successComment: false
4233
failComment: false
4334
labels: []

0 commit comments

Comments
 (0)