Skip to content

Commit f9325c8

Browse files
authored
chore: fix releases for gapic-common (#1014)
1 parent ee99d71 commit f9325c8

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"gapic": "0.1.0",
3-
"gapic-common": "0.21.0"
3+
"gapic-common": "0.20.0"
44
}

gapic-common/.toys.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
t.fail_on_undocumented_objects = false # TODO: Fix so this can be enabled
2929
t.bundler = true
3030
end
31+
alias_tool :yard, :yardoc
32+
33+
expand :gem_build
34+
35+
expand :gem_build, name: "install", install_gem: true
3136

3237
tool "ci" do
3338
include :exec, e: true

gapic-common/CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# Release History
22

3-
### 0.21.0 (2023-12-12)
4-
5-
#### Features
6-
7-
* Drop support for Ruby 2.6 ([#1009](https://github.com/googleapis/gapic-generator-ruby/issues/1009))
8-
* Honor universe domain in stubs ([#1008](https://github.com/googleapis/gapic-generator-ruby/issues/1008))
9-
103
### 0.20.0 (2023-08-31)
114

125
#### Features

gapic-common/lib/gapic/common/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
module Gapic
1616
module Common
17-
VERSION = "0.21.0".freeze
17+
VERSION = "0.20.0".freeze
1818
end
1919
end

gapic/.toys.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
t.fail_on_undocumented_objects = true
2929
t.bundler = true
3030
end
31+
alias_tool :yard, :yardoc
32+
33+
expand :gem_build
34+
35+
expand :gem_build, name: "install", install_gem: true
3136

3237
tool "ci" do
3338
include :exec, e: true

0 commit comments

Comments
 (0)