11 Commits

Author SHA1 Message Date
335af9b6cb chore(release): 1.13.1 [skip ci]
## [1.13.1](https://github.com/yanhao98/semantic-release-action-example/compare/v1.13.0...v1.13.1) (2024-10-11)

### Bug Fixes

* 更新CI工作流权限配置以支持发布和评论功能 ([e6514b7](e6514b76fd))
2024-10-11 16:40:04 +08:00
e6514b76fd fix: 更新CI工作流权限配置以支持发布和评论功能 2024-10-11 16:39:38 +08:00
9e5802559b chore(release): 1.13.0 [skip ci]
# [1.13.0](https://github.com/yanhao98/semantic-release-action-example/compare/v1.12.0...v1.13.0) (2024-10-11)

### Bug Fixes

* 错误修复 2. 2024年10月11日 星期五 16时34分42秒 CST on main ([293bb80](293bb8056f))

### Features

* 一项新功能 1. 2024年10月11日 星期五 16时34分42秒 CST on main ([1b1bef8](1b1bef87af))

### Performance Improvements

* 提高性能的代码更改 6. 2024年10月11日 星期五 16时34分42秒 CST on main ([70d5267](70d52672a7))
2024-10-11 16:35:22 +08:00
3bfb467f45 chore: 对构建过程或辅助工具和库(例如文档生成)的更改 8. 2024年10月11日 星期五 16时34分42秒 CST on main 2024-10-11 16:34:56 +08:00
89ee62445e test: 添加缺失的或纠正现有的测试 7. 2024年10月11日 星期五 16时34分42秒 CST on main 2024-10-11 16:34:56 +08:00
70d52672a7 perf: 提高性能的代码更改 6. 2024年10月11日 星期五 16时34分42秒 CST on main 2024-10-11 16:34:56 +08:00
392e6d2fee refactor: 既不修复错误也不添加功能的代码更改 5. 2024年10月11日 星期五 16时34分42秒 CST on main 2024-10-11 16:34:56 +08:00
deb6784e46 style: 不影响代码含义的更改(空格、格式、缺少分号等) 4. 2024年10月11日 星期五 16时34分42秒 CST on main 2024-10-11 16:34:56 +08:00
05e64563a6 docs: 仅更改文档 3. 2024年10月11日 星期五 16时34分42秒 CST on main 2024-10-11 16:34:56 +08:00
293bb8056f fix: 错误修复 2. 2024年10月11日 星期五 16时34分42秒 CST on main 2024-10-11 16:34:56 +08:00
1b1bef87af feat: 一项新功能 1. 2024年10月11日 星期五 16时34分42秒 CST on main 2024-10-11 16:34:56 +08:00
3 changed files with 29 additions and 3 deletions

View File

@ -12,9 +12,11 @@ jobs:
next_release_published: ${{ steps.semantic.outputs.next_release_published }}
next_release_version: ${{ steps.semantic.outputs.next_release_version }}
runs-on: ubuntu-latest
permissions: # Job-level permissions configuration starts here
contents: write # 'write' access to repository contents
permissions: # Job-level permissions configuration starts here
id-token: write
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
steps:
- name: Checkout
uses: actions/checkout@v4

View File

@ -1,3 +1,27 @@
## [1.13.1](https://github.com/yanhao98/semantic-release-action-example/compare/v1.13.0...v1.13.1) (2024-10-11)
### Bug Fixes
* 更新CI工作流权限配置以支持发布和评论功能 ([e6514b7](https://github.com/yanhao98/semantic-release-action-example/commit/e6514b76fd31e2d469a0f1d9f924f6edc38de669))
# [1.13.0](https://github.com/yanhao98/semantic-release-action-example/compare/v1.12.0...v1.13.0) (2024-10-11)
### Bug Fixes
* 错误修复 2. 2024年10月11日 星期五 16时34分42秒 CST on main ([293bb80](https://github.com/yanhao98/semantic-release-action-example/commit/293bb8056fb695401bb0f20540fdf75ab7af871c))
### Features
* 一项新功能 1. 2024年10月11日 星期五 16时34分42秒 CST on main ([1b1bef8](https://github.com/yanhao98/semantic-release-action-example/commit/1b1bef87afceb194b0d16e9f3f7440d0697a04b3))
### Performance Improvements
* 提高性能的代码更改 6. 2024年10月11日 星期五 16时34分42秒 CST on main ([70d5267](https://github.com/yanhao98/semantic-release-action-example/commit/70d52672a7698efaba5604a4d819816a5a4b12ea))
# [1.12.0](https://github.com/yanhao98/semantic-release-action-example/compare/v1.11.0...v1.12.0) (2024-10-11)

View File

@ -1,7 +1,7 @@
{
"name": "semantic-release-example-24",
"description": "An example project to demonstrate semantic-release",
"version": "1.12.0",
"version": "1.13.1",
"files": [
"CHANGELOG.md"
],