Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 687 Bytes

RELEASING.md

File metadata and controls

23 lines (16 loc) · 687 Bytes

Releasing

This document describes the release process for pbjson, pbjson-types and pbjson-build to crates.io.

Note that pbjson-test is not released as it is only used for testing.

Step 1: Update Version

First make a PR to update the version (example #127)

Step 2: Release

Run the following commands to release pbjson, pbjson-types and pbjson-build

cargo publish -p pbjson
cargo publish -p pbjson-build
cargo publish -p pbjson-types