mirror of
https://github.com/yanhao98/semantic-release-action-example.git
synced 2025-07-13 06:00:47 +08:00
Initial commit
This commit is contained in:
16
.releaserc.yaml
Normal file
16
.releaserc.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
plugins:
|
||||
- "@semantic-release/commit-analyzer"
|
||||
- "@semantic-release/release-notes-generator"
|
||||
- "@semantic-release/changelog"
|
||||
- - "@semantic-release/npm" # https://github.com/semantic-release/npm?tab=readme-ov-file#environment-variables
|
||||
# [provenance](https://docs.npmjs.com/generating-provenance-statements#using-third-party-package-publishing-tools)
|
||||
- npmPublish: true
|
||||
- - "@semantic-release/git"
|
||||
- message: |-
|
||||
chore(release): ${nextRelease.version} [skip ci]
|
||||
|
||||
${nextRelease.notes}
|
||||
- - "@semantic-release/exec"
|
||||
- prepareCmd: echo 'prepareCmd'
|
||||
publishCmd: echo 'publishCmd'
|
Reference in New Issue
Block a user