Skip to content

Commit

Permalink
feat(deps): upgrade semantic-gitlog to 0.5.0
Browse files Browse the repository at this point in the history
------------
# Locales
- **[zh-cn]** 升级 `semantic-gitlog` 到 0.5.0
  • Loading branch information
ymind committed Mar 28, 2020
1 parent 1d080f0 commit 85da8ff
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
7 changes: 5 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ insert_final_newline = true
max_line_length = 180
tab_width = 4

[{*.sh, mvnw}]
[{*.sh, mvnw, gradlew}]
end_of_line = lf

[{*.yml, *.yaml}]
Expand All @@ -16,5 +16,8 @@ indent_size = 2
[*.xml]
indent_size = 2

[{*.json, *.json5}]
[*.json]
indent_size = 2

[*.mustache]
insert_final_newline = false
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ It automatically derive and manage version numbers and generate [angular-style](
## Usage

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

## Related community projects

* [semantic-commit](https://github.com/ymind/semantic-commit)
* [semantic-gitlog](https://github.com/ymind/semantic-gitlog)
* [gradle-semantic-gitlog](https://github.com/ymind/gradle-semantic-gitlog)
* [semantic-version](https://github.com/skuzzle/semantic-version)
* [git-changelog-lib](https://github.com/tomasbjerre/git-changelog-lib)

Expand Down
3 changes: 3 additions & 0 deletions config/gitlog/commit-locales.zh-cn.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 之前的提交

> 这对重写历史提交信息非常有用。
- [7817616b] chore(deps): 升级 `semantic-gitlog` 到 0.2.0
- [83796445] feat(mojo): 支持从本地化配置文件覆盖提交类型
- [6c8107da] chore(config): 添加 `organization` 信息
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@

<checkstyle.skip>false</checkstyle.skip>
<pmd.skip>false</pmd.skip>
<pmdVersion>6.21.0</pmdVersion>
<junit.jupiter.version>5.6.0</junit.jupiter.version>
<pmdVersion>6.22.0</pmdVersion>
<junit.jupiter.version>5.6.1</junit.jupiter.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>team.yi.tools</groupId>
<artifactId>semantic-gitlog</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 85da8ff

Please sign in to comment.