Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #813 from hongchaodeng/v
Browse files Browse the repository at this point in the history
release: change CHANGELOG.md
  • Loading branch information
hongchaodeng authored Feb 23, 2017
2 parents fe3d578 + c482d5b commit ded9a44
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
## [Unreleased 0.2.1]
## [Unreleased 0.2.2]

### Added

### Changed

### Removed

### Fixed

### Deprecated

### Security


## [Release 0.2.1]
### Added

- Experimental client for interacting with backup service
Expand Down
3 changes: 3 additions & 0 deletions doc/dev/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@ In version/version.go, bump it to:
```

Bump the version of the operator image in example deployements.
Change CHANGELOG.md .

Send a PR. After it's merged, cut a tag:
```
$ git tag $VERSION
$ git push ${upstream_remote} tags/$VERSION
```

Push image.

Bump version again:
```go
Version = "$VERSION+git"
Expand Down

0 comments on commit ded9a44

Please sign in to comment.