Skip to content

Commit 85da8ff

Browse files
committed
feat(deps): upgrade semantic-gitlog to 0.5.0
------------ # Locales - **[zh-cn]** 升级 `semantic-gitlog` 到 0.5.0
1 parent 1d080f0 commit 85da8ff

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

.editorconfig

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ insert_final_newline = true
77
max_line_length = 180
88
tab_width = 4
99

10-
[{*.sh, mvnw}]
10+
[{*.sh, mvnw, gradlew}]
1111
end_of_line = lf
1212

1313
[{*.yml, *.yaml}]
@@ -16,5 +16,8 @@ indent_size = 2
1616
[*.xml]
1717
indent_size = 2
1818

19-
[{*.json, *.json5}]
19+
[*.json]
2020
indent_size = 2
21+
22+
[*.mustache]
23+
insert_final_newline = false

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ It automatically derive and manage version numbers and generate [angular-style](
1414
1515
## Usage
1616

17-
* [Quick Start](https://ymind.github.io/maven-semantic-gitlog/#/en-us/quickStart)
18-
* [Plugin Goals](https://ymind.github.io/maven-semantic-gitlog/#/en-us/plugin-goals)
19-
* [Plugin Options](https://ymind.github.io/maven-semantic-gitlog/#/en-us/plugin-options)
17+
* [Quick Start](https://ymind.github.io/semantic-gitlog/#/en-us/with-maven)
18+
* [Plugin Options](https://ymind.github.io/semantic-gitlog/#/en-us/components/maven-semantic-gitlog/)
2019

2120
## Related community projects
2221

22+
* [semantic-commit](https://github.com/ymind/semantic-commit)
23+
* [semantic-gitlog](https://github.com/ymind/semantic-gitlog)
24+
* [gradle-semantic-gitlog](https://github.com/ymind/gradle-semantic-gitlog)
2325
* [semantic-version](https://github.com/skuzzle/semantic-version)
2426
* [git-changelog-lib](https://github.com/tomasbjerre/git-changelog-lib)
2527

config/gitlog/commit-locales.zh-cn.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# 之前的提交
2+
3+
> 这对重写历史提交信息非常有用。
4+
25
- [7817616b] chore(deps): 升级 `semantic-gitlog` 到 0.2.0
36
- [83796445] feat(mojo): 支持从本地化配置文件覆盖提交类型
47
- [6c8107da] chore(config): 添加 `organization` 信息

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858

5959
<checkstyle.skip>false</checkstyle.skip>
6060
<pmd.skip>false</pmd.skip>
61-
<pmdVersion>6.21.0</pmdVersion>
62-
<junit.jupiter.version>5.6.0</junit.jupiter.version>
61+
<pmdVersion>6.22.0</pmdVersion>
62+
<junit.jupiter.version>5.6.1</junit.jupiter.version>
6363
</properties>
6464

6565
<dependencies>
@@ -97,7 +97,7 @@
9797
<dependency>
9898
<groupId>team.yi.tools</groupId>
9999
<artifactId>semantic-gitlog</artifactId>
100-
<version>0.4.0</version>
100+
<version>0.5.0</version>
101101
</dependency>
102102
</dependencies>
103103

0 commit comments

Comments
 (0)