Skip to content

Commit

Permalink
all: postrelease (#3470)
Browse files Browse the repository at this point in the history
  • Loading branch information
vangent authored Aug 14, 2024
1 parent 00a16e0 commit 7a096fb
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 6 deletions.
2 changes: 2 additions & 0 deletions docstore/mongodocstore/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,5 @@ require (
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)

replace gocloud.dev => ../../
10 changes: 4 additions & 6 deletions internal/docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,13 @@ To do a release:

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

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

- Send an email to
[[email protected]](https://groups.google.com/forum/#!forum/go-cloud)
Expand Down
2 changes: 2 additions & 0 deletions pubsub/kafkapubsub/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,5 @@ require (
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)

replace gocloud.dev => ../../
2 changes: 2 additions & 0 deletions pubsub/natspubsub/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ require (
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)

replace gocloud.dev => ../../
2 changes: 2 additions & 0 deletions pubsub/rabbitpubsub/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ require (
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)

replace gocloud.dev => ../../
2 changes: 2 additions & 0 deletions runtimevar/etcdvar/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,5 @@ require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20240812133136-8ffd90a71988 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)

replace gocloud.dev => ../../
12 changes: 12 additions & 0 deletions samples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,15 @@ require (
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)

replace gocloud.dev => ../

replace gocloud.dev/docstore/mongodocstore => ../docstore/mongodocstore

replace gocloud.dev/pubsub/kafkapubsub => ../pubsub/kafkapubsub

replace gocloud.dev/pubsub/natspubsub => ../pubsub/natspubsub

replace gocloud.dev/pubsub/rabbitpubsub => ../pubsub/rabbitpubsub

replace gocloud.dev/secrets/hashivault => ../secrets/hashivault
2 changes: 2 additions & 0 deletions secrets/hashivault/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,5 @@ require (
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)

replace gocloud.dev => ../../

0 comments on commit 7a096fb

Please sign in to comment.