Skip to content

Commit c9dbbcd

Browse files
author
Travis CI
committed
release: 0.5.0
1 parent d950193 commit c9dbbcd

4 files changed

Lines changed: 117 additions & 1 deletion

File tree

CHANGELOG.json

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

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 (2020-03-28)
4+
5+
### Features
6+
7+
- **service**: implement primary features and challenges ([d950193d](https://github.com/ymind/gradle-semantic-gitlog/commit/d950193d1249573fe78cb42182eb15699b96d72c))
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 (2020-03-28)
4+
5+
### Features
6+
7+
- **服务**: 实现主要功能 ([d950193d](https://github.com/ymind/gradle-semantic-gitlog/commit/d950193d1249573fe78cb42182eb15699b96d72c))
8+

build.gradle

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

1313
group = 'team.yi.gradle.plugin'
1414
description = 'A simple `Semantic Versioning` management tool based on `Conventional Commits`.'
15-
version = '0.4.1.1'
15+
version = '0.5.0'
1616

1717
sourceCompatibility = JavaVersion.VERSION_1_8
1818
targetCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)