Skip to content

Commit

Permalink
Merge pull request #24 from kumparan/misc/fix-typo
Browse files Browse the repository at this point in the history
misc: fix typo in deployment message
  • Loading branch information
fahmi irfan authored Oct 12, 2020
2 parents a967112 + 2286600 commit d242f2e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
#Fer

<a name="v1.8.1"></a>
## [v1.8.1] - 2020-10-12
### Other Improvements
- fix typo in deployment message


<a name="v1.8.0"></a>
## [v1.8.0] - 2020-09-04
## [v1.8.0] - 2020-09-09
### New Features
- update gocek checker result path


<a name="v1.7.2"></a>
## [v1.7.2] - 2020-08-04
### Fixes
- wrong version
- version fix ([#22](https://github.com/kumparan/fer/issues/22))


<a name="v1.7.1"></a>
Expand Down Expand Up @@ -123,7 +129,8 @@
- db migrationfile generator ([#3](https://github.com/kumparan/fer/issues/3))


[Unreleased]: https://github.com/kumparan/fer/compare/v1.8.0...HEAD
[Unreleased]: https://github.com/kumparan/fer/compare/v1.8.1...HEAD
[v1.8.1]: https://github.com/kumparan/fer/compare/v1.8.0...v1.8.1
[v1.8.0]: https://github.com/kumparan/fer/compare/v1.7.2...v1.8.0
[v1.7.2]: https://github.com/kumparan/fer/compare/v1.7.1...v1.7.2
[v1.7.1]: https://github.com/kumparan/fer/compare/v1.7.0...v1.7.1
Expand Down
2 changes: 1 addition & 1 deletion config/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package config

// Version define version of fer
const Version = "v1.8.0"
const Version = "v1.8.1"
2 changes: 1 addition & 1 deletion deployment/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (d *deployment) Run(target string) {
}
tagTime := CreateTagTime()
tag := target + "-" + tagTime
fmt.Println("Releasing verion to |", target, "|")
fmt.Println("Releasing version to |", target, "|")
fmt.Println("Version " + tag)
fmt.Println("Please Input Tag Description: ")
desc, _ := reader.ReadString('\n')
Expand Down

0 comments on commit d242f2e

Please sign in to comment.