mirror of
https://github.com/yanhao98/semantic-release-action.git
synced 2025-07-12 23:30:48 +08:00
fix: update action reference and enhance documentation
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- uses: yanhao98/semantic-release-example@main
|
||||
- uses: yanhao98/semantic-release-action@main
|
||||
id: release
|
||||
- name: Print the new release version
|
||||
run: |
|
||||
|
@ -16,6 +16,7 @@ BREAKING CHANGE:
|
||||
|
||||
## 参考
|
||||
---
|
||||
- https://github.dev/cycjimmy/semantic-release-action
|
||||
- [Can I run semantic-release on my local machine rather than on a CI server?](https://semantic-release.gitbook.io/semantic-release/support/faq#can-i-run-semantic-release-on-my-local-machine-rather-than-on-a-ci-server)
|
||||
- [Can I use semantic-release to publish non-JavaScript packages?](https://semantic-release.gitbook.io/semantic-release/support/faq#can-i-use-semantic-release-to-publish-non-javascript-packages)
|
||||
- [pre-release-branches](https://semantic-release.gitbook.io/semantic-release/usage/workflow-configuration#pre-release-branches)
|
||||
|
@ -5,8 +5,10 @@ branding:
|
||||
icon: 'heart'
|
||||
color: 'red'
|
||||
outputs:
|
||||
next_release_published:
|
||||
description: '新版本是否已发布'
|
||||
next_release_version:
|
||||
description: 'Version of the new release'
|
||||
description: '新版本号'
|
||||
runs:
|
||||
# pre: 'index.mjs'
|
||||
using: 'node20'
|
||||
|
Reference in New Issue
Block a user