mirror of
https://github.com/yanhao98/semantic-release-action-example.git
synced 2025-07-13 06:00:47 +08:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
79c586d85c | |||
6e64b28c40 | |||
2ad55f1a8e | |||
b8adfbd362 |
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
next_release_version: ${{ steps.semantic.outputs.next_release_version }}
|
next_release_version: ${{ steps.semantic.outputs.next_release_version }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions: # Job-level permissions configuration starts here
|
permissions: # Job-level permissions configuration starts here
|
||||||
id-token: write
|
id-token: write # npm provenance requires this permission
|
||||||
contents: write # to be able to publish a GitHub release
|
contents: write # to be able to publish a GitHub release
|
||||||
issues: write # to be able to comment on released issues
|
issues: write # to be able to comment on released issues
|
||||||
pull-requests: write # to be able to comment on released pull requests
|
pull-requests: write # to be able to comment on released pull requests
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
# [1.15.0](https://github.com/yanhao98/semantic-release-action-example/compare/v1.14.0...v1.15.0) (2024-10-17)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **a:** 冒号后面有空格 ([2ad55f1](https://github.com/yanhao98/semantic-release-action-example/commit/2ad55f1a8e46bb257cb205c338c65b3b3ffea860))
|
||||||
|
|
||||||
# [1.14.0](https://github.com/yanhao98/semantic-release-action-example/compare/v1.13.1...v1.14.0) (2024-10-16)
|
# [1.14.0](https://github.com/yanhao98/semantic-release-action-example/compare/v1.13.1...v1.14.0) (2024-10-16)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "semantic-release-example-24",
|
"name": "semantic-release-example-24",
|
||||||
"description": "An example project to demonstrate semantic-release",
|
"description": "An example project to demonstrate semantic-release",
|
||||||
"version": "1.14.0",
|
"version": "1.15.0",
|
||||||
"files": [
|
"files": [
|
||||||
"CHANGELOG.md"
|
"CHANGELOG.md"
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user