Skip to content

Commit

Permalink
chore(release): update version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Aug 22, 2019
1 parent 462d53f commit f6a6035
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 52 deletions.
8 changes: 2 additions & 6 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var repo *model.Repo
var debug bool
var verbose bool

var version = "3.1.2"
var version = "3.2.0"

// rootCmd represents the base command when called without any subcommands.
var rootCmd = &cobra.Command{
Expand All @@ -59,15 +59,11 @@ And the problem I got is I forget which emoji is represent what.
And hard to generate changelog file.
So I think 'short key text' is the solution of situation.
3.2.0 -> Add new config about size of scope and message
3.1.1 -> Change default and local configuration list
3.1.0 -> Add --tag to changelog generator
3.0.1 -> Add README file to local config
3.0.0 -> Change commit format and refactor code
2.4.0 -> Add --empty to allow empty changes to commit code
2.3.2 -> Issue hash tag will be always add if setting is true
2.3.1 -> Fix branch creator error, and improve logger
2.3.0 -> Add changelog command with initial changelog
2.2.1 -> Improve branch creator and commit creator
`,
Version: version,
}
Expand Down
77 changes: 39 additions & 38 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
<a name="unreleased"></a>
## [Unreleased]


<a name="v3.2.0"></a>
## [v3.2.0] - 2019-02-21
### Documentation
- **readme:** add help command to readme file

### Improving application
- **branch:** add new option call --dry for dryrun
### Feature
- **cli:** add new config scope and message size

### Fixes Bug
- **lint:** update linter


<a name="v3.1.1"></a>
## [v3.1.1] - 2019-02-07
### Improving application
- **config:** change initial type of commit message
- **config:** changes default configuration file


<a name="v3.1.0"></a>
## [v3.1.0] - 2019-02-06
Expand All @@ -32,9 +28,15 @@
### Feature
- **ui-prompt:** add scope to commit message

### Improving application
- **local:** add readme file in local configuration

### Improving performance
- **config:** start implement new format of commit message BREAKING CHANGE: change format of config file which no able to use with the old version

### Testing
- **config:** refactor test due to model changes


<a name="v3.1.2"></a>
## [v3.1.2] - 2019-02-06
Expand Down Expand Up @@ -120,32 +122,31 @@
<a name="0.0.1-alpha.3"></a>
## 0.0.1-alpha.3 - 2018-04-02

[Unreleased]: https://github.com/kamontat/abc/compare/v3.2.0...HEAD
[v3.2.0]: https://github.com/kamontat/abc/compare/v3.1.1...v3.2.0
[v3.1.1]: https://github.com/kamontat/abc/compare/v3.1.0...v3.1.1
[v3.1.0]: https://github.com/kamontat/abc/compare/v3.0.1...v3.1.0
[v3.0.1]: https://github.com/kamontat/abc/compare/v3.1.2...v3.0.1
[v3.1.2]: https://github.com/kamontat/abc/compare/v--version...v3.1.2
[v--version]: https://github.com/kamontat/abc/compare/v3.0.0...v--version
[v3.0.0]: https://github.com/kamontat/abc/compare/v2.4.0...v3.0.0
[v2.4.0]: https://github.com/kamontat/abc/compare/v2.3.2...v2.4.0
[v2.3.2]: https://github.com/kamontat/abc/compare/v2.3.1...v2.3.2
[v2.3.1]: https://github.com/kamontat/abc/compare/v2.3.0...v2.3.1
[v2.3.0]: https://github.com/kamontat/abc/compare/v2.2.1...v2.3.0
[v2.2.1]: https://github.com/kamontat/abc/compare/v2.2.0...v2.2.1
[v2.2.0]: https://github.com/kamontat/abc/compare/v2.1.0...v2.2.0
[v2.1.0]: https://github.com/kamontat/abc/compare/3.0.0...v2.1.0
[3.0.0]: https://github.com/kamontat/abc/compare/v2.0.2...3.0.0
[v2.0.2]: https://github.com/kamontat/abc/compare/v2.0.1...v2.0.2
[v2.0.1]: https://github.com/kamontat/abc/compare/v2.0.0...v2.0.1
[v2.0.0]: https://github.com/kamontat/abc/compare/v1.4.1...v2.0.0
[v1.4.1]: https://github.com/kamontat/abc/compare/1.4.0-alpha.1...v1.4.1
[1.4.0-alpha.1]: https://github.com/kamontat/abc/compare/1.3.0-beta.1...1.4.0-alpha.1
[1.3.0-beta.1]: https://github.com/kamontat/abc/compare/1.3.0-alpha.1...1.3.0-beta.1
[1.3.0-alpha.1]: https://github.com/kamontat/abc/compare/1.1.6...1.3.0-alpha.1
[1.1.6]: https://github.com/kamontat/abc/compare/1.1.4...1.1.6
[1.1.4]: https://github.com/kamontat/abc/compare/1.1.3...1.1.4
[1.1.3]: https://github.com/kamontat/abc/compare/1.0.0-beta.2...1.1.3
[1.0.0-beta.2]: https://github.com/kamontat/abc/compare/0.0.1-alpha.6...1.0.0-beta.2
[0.0.1-alpha.6]: https://github.com/kamontat/abc/compare/0.0.1-alpha.5...0.0.1-alpha.6
[0.0.1-alpha.5]: https://github.com/kamontat/abc/compare/0.0.1-alpha.3...0.0.1-alpha.5
[Unreleased]: https://github.com/kamontat/gitgo/compare/v3.1.1...HEAD
[v3.1.1]: https://github.com/kamontat/gitgo/compare/v3.1.0...v3.1.1
[v3.1.0]: https://github.com/kamontat/gitgo/compare/v3.0.1...v3.1.0
[v3.0.1]: https://github.com/kamontat/gitgo/compare/v3.1.2...v3.0.1
[v3.1.2]: https://github.com/kamontat/gitgo/compare/v--version...v3.1.2
[v--version]: https://github.com/kamontat/gitgo/compare/v3.0.0...v--version
[v3.0.0]: https://github.com/kamontat/gitgo/compare/v2.4.0...v3.0.0
[v2.4.0]: https://github.com/kamontat/gitgo/compare/v2.3.2...v2.4.0
[v2.3.2]: https://github.com/kamontat/gitgo/compare/v2.3.1...v2.3.2
[v2.3.1]: https://github.com/kamontat/gitgo/compare/v2.3.0...v2.3.1
[v2.3.0]: https://github.com/kamontat/gitgo/compare/v2.2.1...v2.3.0
[v2.2.1]: https://github.com/kamontat/gitgo/compare/v2.2.0...v2.2.1
[v2.2.0]: https://github.com/kamontat/gitgo/compare/v2.1.0...v2.2.0
[v2.1.0]: https://github.com/kamontat/gitgo/compare/3.0.0...v2.1.0
[3.0.0]: https://github.com/kamontat/gitgo/compare/v2.0.2...3.0.0
[v2.0.2]: https://github.com/kamontat/gitgo/compare/v2.0.1...v2.0.2
[v2.0.1]: https://github.com/kamontat/gitgo/compare/v2.0.0...v2.0.1
[v2.0.0]: https://github.com/kamontat/gitgo/compare/v1.4.1...v2.0.0
[v1.4.1]: https://github.com/kamontat/gitgo/compare/1.4.0-alpha.1...v1.4.1
[1.4.0-alpha.1]: https://github.com/kamontat/gitgo/compare/1.3.0-beta.1...1.4.0-alpha.1
[1.3.0-beta.1]: https://github.com/kamontat/gitgo/compare/1.3.0-alpha.1...1.3.0-beta.1
[1.3.0-alpha.1]: https://github.com/kamontat/gitgo/compare/1.1.6...1.3.0-alpha.1
[1.1.6]: https://github.com/kamontat/gitgo/compare/1.1.4...1.1.6
[1.1.4]: https://github.com/kamontat/gitgo/compare/1.1.3...1.1.4
[1.1.3]: https://github.com/kamontat/gitgo/compare/1.0.0-beta.2...1.1.3
[1.0.0-beta.2]: https://github.com/kamontat/gitgo/compare/0.0.1-alpha.6...1.0.0-beta.2
[0.0.1-alpha.6]: https://github.com/kamontat/gitgo/compare/0.0.1-alpha.5...0.0.1-alpha.6
[0.0.1-alpha.5]: https://github.com/kamontat/gitgo/compare/0.0.1-alpha.3...0.0.1-alpha.5
16 changes: 8 additions & 8 deletions docs/summary.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Summary

project : gitgo
repo age : 6 months
active : 15 days
commits : 94
files : 43
repo age : 1 year
active : 17 days
commits : 100
files : 42
authors :
94 Kamontat Chantrachirathumrong 100.0%
100 Kamontat Chantrachirathumrong 100.0%

## Lines report

lines : 3437
lines : 3311
authors :
3429 Kamontat Chantrachirathumrong 99.8%
8 Not Committed Yet 0.2%
3267 Kamontat Chantrachirathumrong 98.7%
44 Not Committed Yet 1.3%


0 comments on commit f6a6035

Please sign in to comment.