Skip to content

Commit

Permalink
chore: semver release config
Browse files Browse the repository at this point in the history
  • Loading branch information
phpsa authored Apr 20, 2022
1 parent 909f5fd commit 7bb19e1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- - "@semantic-release/exec"
- verifyReleaseCmd: "echo ${nextRelease.version} > VERSION.txt"
- - "@semantic-release/changelog"
- changelogFile: CHANGELOG.md
- - "@semantic-release/github"
- - "@semantic-release/git"
- assets:
- CHANGELOG.md
message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
branches:
- "master"
- "main"
- "next"
- "next-major"
- "+([0-9])?(.{+([0-9]),x}).x"
- name: "beta"
prerelease: true
- name: "alpha"
prerelease: true

0 comments on commit 7bb19e1

Please sign in to comment.