Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
关联 issue #89
实现
使用
commitlint/cli
和husky
实现commit-msg格式的校验安装的依赖
使用
semantic-release
实现 changelog 的自动生成,调研了相关changelog的生成插件:安装的相关依赖
semantic-release
配合 GitHub action 实现 CI 自动更新版本,生成changelog...这需要 Actions secrets,暂无权限
我在自己仓库分支自测,可以实现自动生成changelog
注意
文件
.releaserc.js
中branches
需要指定在哪个分支下要执行发布操作文件
release.yml
中需要push的branches,也需要修改成指定的分支merge 的代码中均是我在自己的
chore/commitRule
分支