Skip to content

Commit

Permalink
Merge pull request #77 from he0119/dev
Browse files Browse the repository at this point in the history
chore(release): 0.4.0 版本
  • Loading branch information
he0119 authored Sep 15, 2021
2 parents b983508 + d812790 commit 5e4b62d
Show file tree
Hide file tree
Showing 12 changed files with 777 additions and 188 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- 相关议题修改时,自动修改已创建的拉取请求,如果没有创建则重新创建
- 拉取请求关闭时,自动关闭对应议题,并删除对应分支
- 已经创建的拉取请求在其他拉取请求合并后,自动解决冲突
- 自动检查是否符合发布要求

## 测试

Expand Down
Loading

0 comments on commit 5e4b62d

Please sign in to comment.