generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from he0119/dev
chore(release): 0.4.0 版本
- Loading branch information
Showing
12 changed files
with
777 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.4.0] - 2021-09-15 | ||
|
||
### Added | ||
|
||
- 支持检查包是否发布到 PyPI | ||
- 支持检查项目仓库/主页是否可以访问 | ||
|
||
## [0.3.0] - 2021-07-26 | ||
|
||
### Fixed | ||
|
||
- 修改分支名为 publish | ||
|
||
## [0.2.0] - 2020-11-20 | ||
|
||
### Changed | ||
|
||
- 事件判定更严格 | ||
- 支持重开议题事件 | ||
- 检查拉取请求的标签是否为插件 | ||
|
||
### Fixed | ||
|
||
- 拉取请求合并时报错 | ||
- 打开议题触发时,在插件信息中将仓库拥有者误设为插件作者 | ||
|
||
## [0.1.0] - 2020-11-19 | ||
|
||
### Added | ||
|
||
- 最初的版本 | ||
|
||
[Unreleased]: https://github.com/he0119/smart-home/compare/v0.4.0...HEAD | ||
|
||
[0.4.0]: https://github.com/he0119/smart-home/compare/v0.3.0...v0.4.0 | ||
[0.3.0]: https://github.com/he0119/smart-home/compare/v0.2.0...v0.3.0 | ||
[0.2.0]: https://github.com/he0119/smart-home/compare/v0.1.0...v0.2.0 | ||
[0.1.0]: https://github.com/he0119/smart-home/releases/tag/v0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.