Skip to content

Commit 360b8b1

Browse files
committed
docs: upgrade to Eureka 0.9.0
1 parent caa2b34 commit 360b8b1

File tree

5 files changed

+53
-0
lines changed

5 files changed

+53
-0
lines changed

.github/workflows/release.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: release
2+
3+
on:
4+
push:
5+
tags:
6+
- "v*.*.*"
7+
8+
jobs:
9+
release-eureka-docs:
10+
runs-on: ubuntu-latest
11+
name: Release Eureka
12+
steps:
13+
- name: Checkout Eureka Docs
14+
uses: actions/checkout@v2
15+
- name: Release Eureka Docs
16+
uses: softprops/action-gh-release@v1
17+
with:
18+
generate_release_notes: true
19+

en/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@ draft: false
1313
weight: 7
1414
---
1515

16+
## 0.9.0 (2022-01-28)
17+
18+
19+
### Bug Fixes
20+
21+
* use min instead of mins in English ([15493ce](https://github.com/wangchucheng/hugo-eureka/commit/15493ce2560e6c36d53949a0534e4bdfa8acd1bc))
22+
* use purged css resources ([8771511](https://github.com/wangchucheng/hugo-eureka/commit/8771511cfe2c71b990aa567833b79f19e6ecf5ce))
23+
* use the singular form of experience ([9c3d616](https://github.com/wangchucheng/hugo-eureka/commit/9c3d6160dbf9ce9a4556d2746df4e105403e3d20))
24+
25+
26+
### Features
27+
28+
* add RTL layout support and Arabic localization ([#159](https://github.com/wangchucheng/hugo-eureka/issues/159)) ([086f1e9](https://github.com/wangchucheng/hugo-eureka/commit/086f1e98c193943010f7e3b7889b8f2d0ac4e57b))
29+
* add Spanish i18n ([#145](https://github.com/wangchucheng/hugo-eureka/issues/145)) ([fc415d4](https://github.com/wangchucheng/hugo-eureka/commit/fc415d402af2d1de54c9bb6ec77f1515ca957355))
30+
31+
1632
## 0.8.4 (2021-11-10)
1733

1834

en/multilingual-mode.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Finally, there are some `i18n` strings in Eureka. The languages currently offici
3535
Languages provided by the community:
3636

3737
- Traditional Chinese
38+
- Arabic
3839
- French
3940
- German
4041
- Italian

zh/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@ draft: false
1313
weight: 7
1414
---
1515

16+
## 0.9.0 (2022-01-28)
17+
18+
19+
### Bug Fixes
20+
21+
* use min instead of mins in English ([15493ce](https://github.com/wangchucheng/hugo-eureka/commit/15493ce2560e6c36d53949a0534e4bdfa8acd1bc))
22+
* use purged css resources ([8771511](https://github.com/wangchucheng/hugo-eureka/commit/8771511cfe2c71b990aa567833b79f19e6ecf5ce))
23+
* use the singular form of experience ([9c3d616](https://github.com/wangchucheng/hugo-eureka/commit/9c3d6160dbf9ce9a4556d2746df4e105403e3d20))
24+
25+
26+
### Features
27+
28+
* add RTL layout support and Arabic localization ([#159](https://github.com/wangchucheng/hugo-eureka/issues/159)) ([086f1e9](https://github.com/wangchucheng/hugo-eureka/commit/086f1e98c193943010f7e3b7889b8f2d0ac4e57b))
29+
* add Spanish i18n ([#145](https://github.com/wangchucheng/hugo-eureka/issues/145)) ([fc415d4](https://github.com/wangchucheng/hugo-eureka/commit/fc415d402af2d1de54c9bb6ec77f1515ca957355))
30+
31+
1632
## 0.8.4 (2021-11-10)
1733

1834

zh/multilingual-mode.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ weight: 5
3737
由社区提供的语言支持:
3838

3939
- 繁体中文
40+
- 阿拉伯语
4041
- 法语
4142
- 德语
4243
- 意大利语

0 commit comments

Comments
 (0)