Skip to content

Commit d60f49a

Browse files
committed
all: postrelease
1 parent 00a16e0 commit d60f49a

File tree

8 files changed

+28
-6
lines changed

8 files changed

+28
-6
lines changed

docstore/mongodocstore/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,5 @@ require (
7777
google.golang.org/grpc v1.65.0 // indirect
7878
google.golang.org/protobuf v1.34.2 // indirect
7979
)
80+
81+
replace gocloud.dev => ../../

internal/docs/release.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,13 @@ To do a release:
4040

4141
- Go to [Releases](https://github.com/google/go-cloud/releases). Click `Draft
4242
a new release`, enter your release name, select your tag from the dropdown,
43-
and enter release notes by reviewing the commits since the last release (use
44-
the [Compare](https://github.com/google/go-cloud/compare/v0.1.1...v0.2.0)
45-
page for this).
43+
and enter release notes by clicking "Generate Release Notes".
4644

47-
- Put breaking changes in a separate section. They should be marked with a
45+
- Add a section for breaking changes, if any. They should be marked with
4846
`BREAKING_CHANGE` in the PR title; however, that's not enforced so do
4947
your best to look for them.
50-
- List highlights in the form: `**<component>**: <description of change,
51-
past tense>`. For example, `**blob**: Added feature foo.`.
48+
- Update the list of changes to remove anything that's not interesting
49+
(e.g., updating dependencies, prerelease, minor cleanups, etc.).
5250

5351
- Send an email to
5452
[[email protected]](https://groups.google.com/forum/#!forum/go-cloud)

pubsub/kafkapubsub/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,5 @@ require (
8585
google.golang.org/grpc v1.65.0 // indirect
8686
google.golang.org/protobuf v1.34.2 // indirect
8787
)
88+
89+
replace gocloud.dev => ../../

pubsub/natspubsub/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ require (
4444
google.golang.org/grpc v1.65.0 // indirect
4545
google.golang.org/protobuf v1.34.2 // indirect
4646
)
47+
48+
replace gocloud.dev => ../../

pubsub/rabbitpubsub/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,5 @@ require (
7070
google.golang.org/grpc v1.65.0 // indirect
7171
google.golang.org/protobuf v1.34.2 // indirect
7272
)
73+
74+
replace gocloud.dev => ../../

runtimevar/etcdvar/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,5 @@ require (
7979
google.golang.org/genproto/googleapis/rpc v0.0.0-20240812133136-8ffd90a71988 // indirect
8080
google.golang.org/protobuf v1.34.2 // indirect
8181
)
82+
83+
replace gocloud.dev => ../../

samples/go.mod

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,15 @@ require (
170170
google.golang.org/grpc v1.65.0 // indirect
171171
google.golang.org/protobuf v1.34.2 // indirect
172172
)
173+
174+
replace gocloud.dev => ../
175+
176+
replace gocloud.dev/docstore/mongodocstore => ../docstore/mongodocstore
177+
178+
replace gocloud.dev/pubsub/kafkapubsub => ../pubsub/kafkapubsub
179+
180+
replace gocloud.dev/pubsub/natspubsub => ../pubsub/natspubsub
181+
182+
replace gocloud.dev/pubsub/rabbitpubsub => ../pubsub/rabbitpubsub
183+
184+
replace gocloud.dev/secrets/hashivault => ../secrets/hashivault

secrets/hashivault/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,5 @@ require (
8484
google.golang.org/grpc v1.65.0 // indirect
8585
google.golang.org/protobuf v1.34.2 // indirect
8686
)
87+
88+
replace gocloud.dev => ../../

0 commit comments

Comments
 (0)