Skip to content

Commit

Permalink
ci(release): add entry for release-v0.2.3 (#253)
Browse files Browse the repository at this point in the history
* ci(release): add entry for release-v0.2.3

* patch: update comparision smlink
  • Loading branch information
piyoki authored Aug 2, 2023
1 parent 36dc16f commit 3a6bf3e
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions CHANGELOGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
## Releases

<!-- BEGIN NEW TOC ENTRY -->
- [v0.2.3rc1 (Pre-release)](#v023rc1-pre-release)
- [v0.2.2 (Latest)](#v022-latest)

- [v0.2.3 (Latest)](#v023-latest)
- [v0.2.2](#v022)
- [v0.2.1](#v021)
- [v0.2.0](#v020)
- [v0.1.10.p1](#v0110p1)
Expand All @@ -32,9 +33,9 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
- [v0.1.0](#v010)
<!-- BEGIN NEW CHANGELOGS -->

### v0.2.3rc1 (Pre-release)
### v0.2.3 (Latest)

> Release date: 2023/07/24
> Release date: 2023/08/02
### Features

Expand Down Expand Up @@ -72,11 +73,11 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
- 自动化(release): 起草版本 v0.2.2rc1 in [#228](https://github.com/daeuniverse/dae/pull/228) 由 (@daebot) 提交
- 自动化(pr-build): 添加 pr.ready_for_review 触发器 in [#226](https://github.com/daeuniverse/dae/pull/226) 由 (@yqlbu) 提交

**Example Config**: https://github.com/daeuniverse/dae/blob/v0.2.3rc1/example.dae
**Example Config**: https://github.com/daeuniverse/dae/blob/v0.2.3/example.dae

**Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.2.2...v0.2.3rc1
**Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.2.2...v0.2.3

### v0.2.2 (Latest)
### v0.2.2

> Release date: 2023/07/17
Expand Down Expand Up @@ -147,9 +148,9 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
- 自动化(generate-changelogs): 设置 dry_run 为 true in [#201](https://github.com/daeuniverse/dae/pull/201) by (@yqlbu)
- 自动化(daily-build): 更新自动执行时间 in [#198](https://github.com/daeuniverse/dae/pull/198) by (@yqlbu)

**Example Config**: https://github.com/daeuniverse/dae/blob/v0.2.2rc1/example.dae
**Example Config**: https://github.com/daeuniverse/dae/blob/v0.2.2/example.dae

**Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.2.1...v0.2.2rc1
**Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.2.1...v0.2.2

### v0.2.1

Expand Down Expand Up @@ -203,9 +204,9 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.

- @earrmouth made their first contribution in #179

**Example Config**: https://github.com/daeuniverse/dae/blob/v0.2.1rc1/example.dae
**Example Config**: https://github.com/daeuniverse/dae/blob/v0.2.1/example.dae

**Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.2.0...v0.2.1rc1
**Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.2.0...v0.2.1

### v0.2.0

Expand Down

0 comments on commit 3a6bf3e

Please sign in to comment.