Skip to content

Commit

Permalink
chore(release): fix configuration format
Browse files Browse the repository at this point in the history
Apparently this needs to be an "options array", even in yaml. Best part
is it is silently ignored when it's not properly-formatted. loljs.

Also replaced `successComment` with `successCommentCondition` because
the former is deprecated.
  • Loading branch information
pbrisbin committed Jan 24, 2025
1 parent 1b10129 commit baaa7f5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ tagFormat: "v0.${version}" # PVP prefixed
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- "@semantic-release/github":
assets:
- path: "*-binaries/restyler-*.tar.gz"
successComment: false
- - "@semantic-release/github"
- assets: "*-binaries/restyler-*.tar.gz"
successCommentCondition: false

branches:
- main
Expand Down

0 comments on commit baaa7f5

Please sign in to comment.