connectrpc / connect-go

The Go implementation of Connect: Protobuf RPC that works.
https://connectrpc.com
Apache License 2.0
2.76k stars 91 forks source link

Create RELEASE.md for release docs #664

Closed emcfarlane closed 6 months ago

emcfarlane commented 6 months ago

Adds a new markdown file RELEASE.md to document the release process. Includes the required updates to source code files and a walk through for drafting and publishing a release.

nicksnyder commented 6 months ago

The other example that we referenced was https://github.com/yarpc/yarpc-go/blob/dev/RELEASE.md, which is also a flat list of instructions, with nice small diffs as examples.

emcfarlane commented 6 months ago

@nicksnyder thanks for reviewing. Have defaulted close to the notion doc with small changes and additions for the example diffs.