21 Commits

Author SHA1 Message Date
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
78d17d5a74 chore(release): 1.12.0 [skip ci]
# [1.12.0](https://github.com/yanhao98/semantic-release-action-example/compare/v1.11.0...v1.12.0) (2024-10-11)

### Features

* @semantic-release/github ([88d6bcc](88d6bccac3))
* 添加 GitHub 令牌到 CI 配置以支持发布流程 ([177eee0](177eee0ce6))
2024-10-11 16:30:48 +08:00
177eee0ce6 feat: 添加 GitHub 令牌到 CI 配置以支持发布流程 2024-10-11 16:30:14 +08:00
88d6bccac3 feat: @semantic-release/github 2024-10-11 16:27:59 +08:00
4c8b09a4f5 chore(release): 1.11.0 [skip ci]
# [1.11.0](https://github.com/yanhao98/semantic-release-action-example/compare/v1.10.0...v1.11.0) (2024-10-11)

### Bug Fixes

* 错误修复 2. 2024年10月11日 星期五 15时56分43秒 CST on main ([ff48abf](ff48abf234))

### Features

* 一项新功能 1. 2024年10月11日 星期五 15时56分43秒 CST on main ([a610808](a61080822d))

### Performance Improvements

* 提高性能的代码更改 6. 2024年10月11日 星期五 15时56分43秒 CST on main ([86fcf8f](86fcf8f8c6))
2024-10-11 15:57:08 +08:00
c1b5c29160 chore: 对构建过程或辅助工具和库(例如文档生成)的更改 8. 2024年10月11日 星期五 15时56分43秒 CST on main 2024-10-11 15:56:43 +08:00
b730fcbd83 test: 添加缺失的或纠正现有的测试 7. 2024年10月11日 星期五 15时56分43秒 CST on main 2024-10-11 15:56:43 +08:00
86fcf8f8c6 perf: 提高性能的代码更改 6. 2024年10月11日 星期五 15时56分43秒 CST on main 2024-10-11 15:56:43 +08:00
7fbd0cb025 refactor: 既不修复错误也不添加功能的代码更改 5. 2024年10月11日 星期五 15时56分43秒 CST on main 2024-10-11 15:56:43 +08:00
cd24494c1a style: 不影响代码含义的更改(空格、格式、缺少分号等) 4. 2024年10月11日 星期五 15时56分43秒 CST on main 2024-10-11 15:56:43 +08:00
2d044c1041 docs: 仅更改文档 3. 2024年10月11日 星期五 15时56分43秒 CST on main 2024-10-11 15:56:43 +08:00
ff48abf234 fix: 错误修复 2. 2024年10月11日 星期五 15时56分43秒 CST on main 2024-10-11 15:56:43 +08:00
a61080822d feat: 一项新功能 1. 2024年10月11日 星期五 15时56分43秒 CST on main 2024-10-11 15:56:43 +08:00
4 changed files with 51 additions and 2 deletions

View File

@ -23,6 +23,7 @@ jobs:
id: semantic
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
after-release:
runs-on: ubuntu-latest

View File

@ -3,9 +3,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
# #############################
# 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
# #############################
# https://github.com/semantic-release/github?tab=readme-ov-file#configuration
# #############################
- "@semantic-release/github"
- - "@semantic-release/git"
- message: |-
chore(release): ${nextRelease.version} [skip ci]

41
CHANGELOG.md Normal file
View File

@ -0,0 +1,41 @@
# [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)
### Features
* @semantic-release/github ([88d6bcc](https://github.com/yanhao98/semantic-release-action-example/commit/88d6bccac36075cc29185fa860093535a7a6fb19))
* 添加 GitHub 令牌到 CI 配置以支持发布流程 ([177eee0](https://github.com/yanhao98/semantic-release-action-example/commit/177eee0ce697602cfdf9150a7596083fe22b72cd))
# [1.11.0](https://github.com/yanhao98/semantic-release-action-example/compare/v1.10.0...v1.11.0) (2024-10-11)
### Bug Fixes
* 错误修复 2. 2024年10月11日 星期五 15时56分43秒 CST on main ([ff48abf](https://github.com/yanhao98/semantic-release-action-example/commit/ff48abf234934470e18f70360f119e29642718e5))
### Features
* 一项新功能 1. 2024年10月11日 星期五 15时56分43秒 CST on main ([a610808](https://github.com/yanhao98/semantic-release-action-example/commit/a61080822ddd7ff51ff8fdb028c4ebb622b5e468))
### Performance Improvements
* 提高性能的代码更改 6. 2024年10月11日 星期五 15时56分43秒 CST on main ([86fcf8f](https://github.com/yanhao98/semantic-release-action-example/commit/86fcf8f8c6664fe329906fe8ee795d412aafbdb7))

View File

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