Skip to content

Commit

Permalink
fix: releaserc yaml file format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sundarlogan committed May 9, 2024
1 parent 7e16324 commit ab97666
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ branches:
- main

plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- "@semantic-release/npm"
- "@semantic-release/git":
assets:
- package.json
message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"

- - "@semantic-release/commit-analyzer"
- - "@semantic-release/release-notes-generator"
- - "@semantic-release/npm"
- - "@semantic-release/git"
- assets:
- package.json
message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"

0 comments on commit ab97666

Please sign in to comment.