Skip to content

Commit 43fd922

Browse files
author
Travis CI
committed
release: 0.21.0
1 parent 85da8ff commit 43fd922

File tree

4 files changed

+79
-8
lines changed

4 files changed

+79
-8
lines changed

CHANGELOG.json

Lines changed: 65 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"nextVersion" : {
33
"major" : 0,
4-
"minor" : 21,
4+
"minor" : 22,
55
"patch" : 0,
66
"preReleaseParts" : [ ],
77
"buildMetaDataParts" : [ ],
@@ -12,7 +12,7 @@
1212
},
1313
"lastVersion" : {
1414
"major" : 0,
15-
"minor" : 20,
15+
"minor" : 21,
1616
"patch" : 0,
1717
"preReleaseParts" : [ ],
1818
"buildMetaDataParts" : [ ],
@@ -24,7 +24,7 @@
2424
"tags" : [ {
2525
"version" : {
2626
"major" : 0,
27-
"minor" : 20,
27+
"minor" : 21,
2828
"patch" : 0,
2929
"preReleaseParts" : [ ],
3030
"buildMetaDataParts" : [ ],
@@ -33,7 +33,7 @@
3333
"initialDevelopment" : true,
3434
"stable" : true
3535
},
36-
"releaseDate" : "2020-03-18 10:43:37.000 +0000",
36+
"releaseDate" : "2020-03-28 15:48:07.000 +0000",
3737
"sections" : [ {
3838
"title" : "Bug Fixes",
3939
"commits" : [ {
@@ -214,6 +214,67 @@
214214
"messageTitle" : "refactor(mojo): fix `@Parameter` config",
215215
"messageBody" : "------------\n# Locales\n- **[zh-cn]** 修正 `@Parameter` 配置"
216216
} ]
217+
}, {
218+
"title" : "Features",
219+
"commits" : [ {
220+
"hashFull" : "85da8ff997b14c8479fb37c9c0e9a0a9309e7d74",
221+
"hash" : "85da8ff997b14c8",
222+
"hash7" : "85da8ff",
223+
"hash8" : "85da8ff9",
224+
"commitTime" : "2020-03-28 15:41:46.000 +0000",
225+
"commitTimeLong" : 1585410106,
226+
"message" : "feat(deps): upgrade `semantic-gitlog` to 0.5.0\n\n------------\n# Locales\n- **[zh-cn]** 升级 `semantic-gitlog` 到 0.5.0\n",
227+
"merge" : false,
228+
"authorIdent" : {
229+
"when" : "2020-03-28 15:41:46.000 +0000",
230+
"name" : "ymind",
231+
"email" : "ymind@yi.team"
232+
},
233+
"committerIdent" : {
234+
"when" : "2020-03-28 15:41:46.000 +0000",
235+
"name" : "ymind",
236+
"email" : "ymind@yi.team"
237+
},
238+
"quickActions" : { },
239+
"closeIssues" : [ ],
240+
"subjectIssues" : [ ],
241+
"bodyIssues" : [ ],
242+
"mentions" : [ ],
243+
"locales" : [ {
244+
"commitHash" : "85da8ff997b14c8479fb37c9c0e9a0a9309e7d74",
245+
"lang" : "zh-cn",
246+
"commitType" : null,
247+
"commitScope" : null,
248+
"subject" : "升级 `semantic-gitlog` 到 0.5.0"
249+
} ],
250+
"defaultLang" : "en",
251+
"commitUrl" : "https://github.com/ymind/maven-semantic-gitlog/commit/85da8ff997b14c8479fb37c9c0e9a0a9309e7d74",
252+
"commitType" : "feat",
253+
"commitPackage" : null,
254+
"commitScope" : "deps",
255+
"commitSubject" : "upgrade `semantic-gitlog` to 0.5.0",
256+
"commitBody" : null,
257+
"attention" : false,
258+
"breakingChange" : false,
259+
"deprecated" : false,
260+
"commitIssue" : null,
261+
"localeMap" : {
262+
"zh-cn" : {
263+
"commitHash" : "85da8ff997b14c8479fb37c9c0e9a0a9309e7d74",
264+
"lang" : "zh-cn",
265+
"commitType" : null,
266+
"commitScope" : null,
267+
"subject" : "升级 `semantic-gitlog` 到 0.5.0"
268+
}
269+
},
270+
"firstLocaleCommitType" : null,
271+
"firstLocaleCommitScope" : null,
272+
"rawCommitType" : "feat",
273+
"rawCommitScope" : "deps",
274+
"rawCommitSubject" : "upgrade `semantic-gitlog` to 0.5.0",
275+
"messageTitle" : "feat(deps): upgrade `semantic-gitlog` to 0.5.0",
276+
"messageBody" : "------------\n# Locales\n- **[zh-cn]** 升级 `semantic-gitlog` 到 0.5.0"
277+
} ]
217278
}, {
218279
"title" : "Styles",
219280
"commits" : [ {

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.20.0 (2020-03-18)
3+
## 0.21.0 (2020-03-28)
44

55
### Bug Fixes
66

@@ -13,6 +13,11 @@
1313
- **mojo**: fix `@Parameter` config ([dfb9fa6f](https://github.com/ymind/maven-semantic-gitlog/commit/dfb9fa6f590e9ed3034409e33d69acc3f6b24e37))
1414

1515

16+
### Features
17+
18+
- **deps**: upgrade `semantic-gitlog` to 0.5.0 ([85da8ff9](https://github.com/ymind/maven-semantic-gitlog/commit/85da8ff997b14c8479fb37c9c0e9a0a9309e7d74))
19+
20+
1621
### Styles
1722

1823
- **pmd**: update PMD rules ([11603d48](https://github.com/ymind/maven-semantic-gitlog/commit/11603d4884256b2006dffcc6d221e7c1ca32aff4))

CHANGELOG.zh-cn.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 更新日志
22

3-
## 0.20.0 (2020-03-18)
3+
## 0.21.0 (2020-03-28)
44

55
### Bug Fixes
66

@@ -13,6 +13,11 @@
1313
- **执行目标**: 修正 `@Parameter` 配置 ([dfb9fa6f](https://github.com/ymind/maven-semantic-gitlog/commit/dfb9fa6f590e9ed3034409e33d69acc3f6b24e37))
1414

1515

16+
### Features
17+
18+
- **依赖项**: 升级 `semantic-gitlog` 到 0.5.0 ([85da8ff9](https://github.com/ymind/maven-semantic-gitlog/commit/85da8ff997b14c8479fb37c9c0e9a0a9309e7d74))
19+
20+
1621
### Styles
1722

1823
- **PMD**: 更新 PMD 规则 ([11603d48](https://github.com/ymind/maven-semantic-gitlog/commit/11603d4884256b2006dffcc6d221e7c1ca32aff4))

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>team.yi.maven.plugin</groupId>
77
<artifactId>maven-semantic-gitlog</artifactId>
8-
<version>0.20.0</version>
8+
<version>0.21.0</version>
99
<packaging>maven-plugin</packaging>
1010
<inceptionYear>2020</inceptionYear>
1111

@@ -299,7 +299,7 @@
299299
<plugin>
300300
<groupId>team.yi.maven.plugin</groupId>
301301
<artifactId>maven-semantic-gitlog</artifactId>
302-
<version>0.20.0</version>
302+
<version>0.21.0</version>
303303
<configuration>
304304
<fileSets>
305305
<fileSet>

0 commit comments

Comments
 (0)