Skip to content

Commit

Permalink
chore: add missing .releaserc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abaicus committed Dec 12, 2022
1 parent a227600 commit 06e6ca8
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
branch: master
plugins:
- - "@semantic-release/commit-analyzer"
- preset: simple-preset
releaseRules: conventional-changelog-simple-preset/release-rules
- - "@semantic-release/changelog"
- changelogFile: CHANGELOG.md
- - "@semantic-release/release-notes-generator"
- preset: simple-preset
- - "@semantic-release/exec"
- prepareCmd: "replace-in-file \"== Changelog ==\" \"== Changelog ==\n\n${nextRelease.notes}\" readme.txt"
- - "@semantic-release/exec"
- prepareCmd: grunt version::${nextRelease.version} && grunt wp_readme_to_markdown
- - "semantic-release-slack-bot"
- notifyOnSuccess: false
notifyOnFail: false
markdownReleaseNotes: true
branchesConfig:
- pattern: master
notifyOnSuccess: true
notifyOnFail: false
- - "@semantic-release/git"
- assets:
- CHANGELOG.md
- readme.md
- readme.txt
- style.css
- functions.php
- package-lock.json
- package.json
message: "chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"
- - "@semantic-release/github"

0 comments on commit 06e6ca8

Please sign in to comment.