Skip to content

Commit

Permalink
Add Ruby release instructions, update version updates (sigstore#90)
Browse files Browse the repository at this point in the history
* Add Ruby release instructions

Same as python/rust/ts

Signed-off-by: Hayden B <hblauzvern@google.com>

* Update RELEASE.md

Signed-off-by: Hayden B <hblauzvern@google.com>

* Update RELEASE.md

Signed-off-by: Hayden B <hblauzvern@google.com>

---------

Signed-off-by: Hayden B <hblauzvern@google.com>
  • Loading branch information
haydentherapper authored Jul 11, 2023
1 parent d181467 commit 743cf10
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ Checklist prior to releasing:
`version` matches the targeted release.
1. Update [package.json](gen/pb-typescript/package.json) so the
`version` matches the targeted release.
1. Update [version.rb](gen/pb-ruby/lib/sigstore_protobuf_specs/version.rb) so the
`version` matches the targeted release.
1. Update [Cargo.toml](gen/pb-rust/Cargo.toml) so the
`version` matches the targeted release.

When all of the above are set, prepare for release by creating a tag
with the following pattern: `vX.Y.Z` and push to the repository. Bonus
Expand Down Expand Up @@ -92,6 +96,12 @@ Prepare a tag with the following pattern `release/python/vX.Y.Z` and
push it. The [workflow](.github/workflows/python-release.yml)
will automatically start.

### Ruby

Prepare a tag with the following pattern `release/ruby/vX.Y.Z` and
push it. The [workflow](.github/workflows/ruby-release.yml)
will automatically start.

### Rust

Prepare a tag with the following pattern `release/rust/vX.Y.Z` and
Expand Down

0 comments on commit 743cf10

Please sign in to comment.