Skip to content

Commit 758f6f8

Browse files
author
Travis CI
committed
bumped version to 0.5.0-SNAPSHOT
1 parent a678f59 commit 758f6f8

File tree

4 files changed

+107
-1
lines changed

4 files changed

+107
-1
lines changed

CHANGELOG.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"nextVersion" : {
3+
"major" : 0,
4+
"minor" : 5,
5+
"patch" : 0,
6+
"preReleaseParts" : [ "SNAPSHOT" ],
7+
"buildMetaDataParts" : [ ],
8+
"preRelease" : "SNAPSHOT",
9+
"buildMetaData" : "",
10+
"initialDevelopment" : true,
11+
"stable" : false
12+
},
13+
"lastVersion" : {
14+
"major" : 0,
15+
"minor" : 4,
16+
"patch" : 0,
17+
"preReleaseParts" : [ ],
18+
"buildMetaDataParts" : [ ],
19+
"preRelease" : "",
20+
"buildMetaData" : "",
21+
"initialDevelopment" : true,
22+
"stable" : true
23+
},
24+
"tags" : [ {
25+
"version" : null,
26+
"releaseDate" : null,
27+
"sections" : [ {
28+
"title" : "Features",
29+
"commits" : [ {
30+
"hashFull" : "a678f59411fecadc36536e8c399b0c1a9179157b",
31+
"hash" : "a678f59411fecad",
32+
"hash7" : "a678f59",
33+
"hash8" : "a678f594",
34+
"commitTime" : "2020-03-28 09:13:53.000 +0000",
35+
"commitTimeLong" : 1585386833,
36+
"message" : "feat(parser): implement primary features and challenges\n\n------------\n# Locales\n- **[zh-cn]** 实现主要功能\n",
37+
"merge" : false,
38+
"authorIdent" : {
39+
"when" : "2020-03-28 05:57:41.000 +0000",
40+
"name" : "ymind",
41+
"email" : "ymind@yi.team"
42+
},
43+
"committerIdent" : {
44+
"when" : "2020-03-28 09:13:53.000 +0000",
45+
"name" : "ymind",
46+
"email" : "ymind@yi.team"
47+
},
48+
"quickActions" : { },
49+
"closeIssues" : [ ],
50+
"subjectIssues" : [ ],
51+
"bodyIssues" : [ ],
52+
"mentions" : [ ],
53+
"locales" : [ {
54+
"commitHash" : "a678f59411fecadc36536e8c399b0c1a9179157b",
55+
"lang" : "zh-cn",
56+
"commitType" : null,
57+
"commitScope" : null,
58+
"subject" : "实现主要功能"
59+
} ],
60+
"defaultLang" : "en",
61+
"commitUrl" : "https://github.com/ymind/semantic-commit/commit/a678f59411fecadc36536e8c399b0c1a9179157b",
62+
"commitType" : "feat",
63+
"commitPackage" : null,
64+
"commitScope" : "parser",
65+
"commitSubject" : "implement primary features and challenges",
66+
"commitBody" : null,
67+
"attention" : false,
68+
"breakingChange" : false,
69+
"deprecated" : false,
70+
"commitIssue" : null,
71+
"localeMap" : {
72+
"zh-cn" : {
73+
"commitHash" : "a678f59411fecadc36536e8c399b0c1a9179157b",
74+
"lang" : "zh-cn",
75+
"commitType" : null,
76+
"commitScope" : null,
77+
"subject" : "实现主要功能"
78+
}
79+
},
80+
"firstLocaleCommitType" : null,
81+
"firstLocaleCommitScope" : null,
82+
"rawCommitType" : "feat",
83+
"rawCommitScope" : "parser",
84+
"rawCommitSubject" : "implement primary features and challenges",
85+
"messageTitle" : "feat(parser): implement primary features and challenges",
86+
"messageBody" : "------------\n# Locales\n- **[zh-cn]** 实现主要功能"
87+
} ]
88+
} ]
89+
} ]
90+
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 0.5.0-SNAPSHOT (Unreleased, 2020-03-28)
4+
5+
### Features
6+
7+
- **parser**: implement primary features and challenges ([a678f594](https://github.com/ymind/semantic-commit/commit/a678f59411fecadc36536e8c399b0c1a9179157b))
8+

CHANGELOG.zh-cn.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# 更新日志
2+
3+
## 0.5.0-SNAPSHOT (Unreleased, 2020-03-28)
4+
5+
### Features
6+
7+
- **解析器**: 实现主要功能 ([a678f594](https://github.com/ymind/semantic-commit/commit/a678f59411fecadc36536e8c399b0c1a9179157b))
8+

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010

1111
group = 'team.yi.tools'
1212
description = 'A toolkit for parsing or check `Conventional Commits`.'
13-
version = '0.4.0'
13+
version = '0.5.0-SNAPSHOT'
1414

1515
sourceCompatibility = JavaVersion.VERSION_1_8
1616
targetCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)