Skip to content

Commit

Permalink
Update .releaserc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
VermiumSifell committed Dec 13, 2022
1 parent 25c9697 commit ff5af6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- "@semantic-release/git"
- "assets": ["dist/**/*.{js,css}", "docs", "package.json"]
- "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
assets: ["dist/**/*.{js,css}", "docs", "package.json"]
message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
- "@semantic-release/github"

0 comments on commit ff5af6d

Please sign in to comment.