Skip to content

Commit

Permalink
bumped version to 0.5.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Mar 28, 2020
1 parent a678f59 commit 758f6f8
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 1 deletion.
90 changes: 90 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
{
"nextVersion" : {
"major" : 0,
"minor" : 5,
"patch" : 0,
"preReleaseParts" : [ "SNAPSHOT" ],
"buildMetaDataParts" : [ ],
"preRelease" : "SNAPSHOT",
"buildMetaData" : "",
"initialDevelopment" : true,
"stable" : false
},
"lastVersion" : {
"major" : 0,
"minor" : 4,
"patch" : 0,
"preReleaseParts" : [ ],
"buildMetaDataParts" : [ ],
"preRelease" : "",
"buildMetaData" : "",
"initialDevelopment" : true,
"stable" : true
},
"tags" : [ {
"version" : null,
"releaseDate" : null,
"sections" : [ {
"title" : "Features",
"commits" : [ {
"hashFull" : "a678f59411fecadc36536e8c399b0c1a9179157b",
"hash" : "a678f59411fecad",
"hash7" : "a678f59",
"hash8" : "a678f594",
"commitTime" : "2020-03-28 09:13:53.000 +0000",
"commitTimeLong" : 1585386833,
"message" : "feat(parser): implement primary features and challenges\n\n------------\n# Locales\n- **[zh-cn]** 实现主要功能\n",
"merge" : false,
"authorIdent" : {
"when" : "2020-03-28 05:57:41.000 +0000",
"name" : "ymind",
"email" : "ymind@yi.team"
},
"committerIdent" : {
"when" : "2020-03-28 09:13:53.000 +0000",
"name" : "ymind",
"email" : "ymind@yi.team"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ {
"commitHash" : "a678f59411fecadc36536e8c399b0c1a9179157b",
"lang" : "zh-cn",
"commitType" : null,
"commitScope" : null,
"subject" : "实现主要功能"
} ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/ymind/semantic-commit/commit/a678f59411fecadc36536e8c399b0c1a9179157b",
"commitType" : "feat",
"commitPackage" : null,
"commitScope" : "parser",
"commitSubject" : "implement primary features and challenges",
"commitBody" : null,
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : {
"zh-cn" : {
"commitHash" : "a678f59411fecadc36536e8c399b0c1a9179157b",
"lang" : "zh-cn",
"commitType" : null,
"commitScope" : null,
"subject" : "实现主要功能"
}
},
"firstLocaleCommitType" : null,
"firstLocaleCommitScope" : null,
"rawCommitType" : "feat",
"rawCommitScope" : "parser",
"rawCommitSubject" : "implement primary features and challenges",
"messageTitle" : "feat(parser): implement primary features and challenges",
"messageBody" : "------------\n# Locales\n- **[zh-cn]** 实现主要功能"
} ]
} ]
} ]
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.5.0-SNAPSHOT (Unreleased, 2020-03-28)

### Features

- **parser**: implement primary features and challenges ([a678f594](https://github.com/ymind/semantic-commit/commit/a678f59411fecadc36536e8c399b0c1a9179157b))

8 changes: 8 additions & 0 deletions CHANGELOG.zh-cn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 更新日志

## 0.5.0-SNAPSHOT (Unreleased, 2020-03-28)

### Features

- **解析器**: 实现主要功能 ([a678f594](https://github.com/ymind/semantic-commit/commit/a678f59411fecadc36536e8c399b0c1a9179157b))

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

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

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 758f6f8

Please sign in to comment.