File tree Expand file tree Collapse file tree 4 files changed +16
-8
lines changed
Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ insert_final_newline = true
77max_line_length = 180
88tab_width = 4
99
10- [{* .sh, mvnw} ]
10+ [{* .sh, mvnw, gradlew } ]
1111end_of_line = lf
1212
1313[{* .yml, * .yaml} ]
@@ -16,5 +16,8 @@ indent_size = 2
1616[* .xml ]
1717indent_size = 2
1818
19- [{ * .json, * .json5} ]
19+ [* .json ]
2020indent_size = 2
21+
22+ [* .mustache ]
23+ insert_final_newline = false
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11# 之前的提交
2+
3+ > 这对重写历史提交信息非常有用。
4+
25- [ 7817616b] chore(deps): 升级 ` semantic-gitlog ` 到 0.2.0
36- [ 83796445] feat(mojo): 支持从本地化配置文件覆盖提交类型
47- [ 6c8107da] chore(config): 添加 ` organization ` 信息
Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments