mirror of
https://github.com/yanhao98/semantic-release-action-example.git
synced 2025-07-12 21:50:49 +08:00
feat: @semantic-release/github
This commit is contained in:
@ -3,9 +3,13 @@ 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
|
||||
# #############################
|
||||
# https://github.com/semantic-release/npm?tab=readme-ov-file#environment-variables
|
||||
# #############################
|
||||
- - "@semantic-release/npm"
|
||||
# [provenance](https://docs.npmjs.com/generating-provenance-statements#using-third-party-package-publishing-tools)
|
||||
- npmPublish: true
|
||||
- "@semantic-release/github"
|
||||
- - "@semantic-release/git"
|
||||
- message: |-
|
||||
chore(release): ${nextRelease.version} [skip ci]
|
||||
|
Reference in New Issue
Block a user