Skip to content

Commit

Permalink
feat: add support for yoshi-ruby mono repo (googleapis#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Aug 14, 2019
1 parent 22cfb84 commit 31417db
Show file tree
Hide file tree
Showing 31 changed files with 1,195 additions and 6,617 deletions.
54 changes: 54 additions & 0 deletions __snapshots__/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,57 @@ exports['ChangelogUpdater updateContent populates a new CHANGELOG if none exists
* added a new foo to bar.
`

exports['ChangelogUpdater updateContent inserts content at appropriate location in yoshi-ruby style CHANGELOG 1'] = `
# Release History
## 0.7.0
* added a new foo to bar.
### 0.5.0 / 2019-07-08
* Support overriding service host and port
### 0.4.2 / 2019-06-11
* Add VERSION constant
### 0.4.1 / 2019-04-29
* Add AUTHENTICATION.md guide.
* Extract gRPC header values from request.
### 0.4.0 / 2019-03-11
* Add v1beta1 API version
### 0.3.0 / 2018-12-10
* Add support for Regional Clusters.
* Client methods deprecate many positional arguments in
favor of name/parent named argument.
* Maintains backwards compatibility.
### 0.2.2 / 2018-09-20
* Update documentation.
* Change documentation URL to googleapis GitHub org.
### 0.2.1 / 2018-09-10
* Update documentation.
### 0.2.0 / 2018-08-21
* Move Credentials location:
* Add Google::Cloud::Container::V1::Credentials
* Remove Google::Cloud::Container::Credentials
* Update dependencies.
* Update documentation.
### 0.1.0 / 2017-12-26
* Initial release
`
Loading

0 comments on commit 31417db

Please sign in to comment.