Skip to content

Commit

Permalink
Bump version to 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ymmt2005 committed Jun 10, 2019
1 parent 24da282 commit b7514d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.6.3] - 2019-06-10

### Changed
- Fix Redfish API version detection again (#20)

## [1.6.2] - 2019-06-07

### Changed
Expand Down Expand Up @@ -36,7 +41,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Support Redfish version 1.2.0 and 1.4.0 (#12)

[Unreleased]: https://github.com/cybozu-go/setup-hw/compare/v1.6.2...HEAD
[Unreleased]: https://github.com/cybozu-go/setup-hw/compare/v1.6.3...HEAD
[1.6.3]: https://github.com/cybozu-go/setup-hw/compare/v1.6.2...v1.6.3
[1.6.2]: https://github.com/cybozu-go/setup-hw/compare/v1.6.1...v1.6.2
[1.6.1]: https://github.com/cybozu-go/setup-hw/compare/v1.6.0...v1.6.1
[1.6.0]: https://github.com/cybozu-go/setup-hw/compare/v1.5.0...v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Bump version
```console
$ git commit -a -m "Bump version to $VERSION"
$ git tag v$VERSION
$ git push origin master --tags
$ git push origin master v$VERSION
```
Now the version is bumped up and the latest container image is uploaded to [quay.io](https://quay.io/cybozu/setup-hw).

Expand Down

0 comments on commit b7514d4

Please sign in to comment.