Skip to content

Commit

Permalink
Add publishing instructions to readme (#978)
Browse files Browse the repository at this point in the history
* Add publishing instructions to readme

* Use consistent punctuation
  • Loading branch information
cmichi authored Feb 20, 2023
1 parent dc3d68c commit 25d0c43
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,16 @@ The argument has to be given as hex-encoding, starting with `0x`.

Remove a contract from a `pallet-contracts` enabled chain. See [extrinsics](docs/extrinsics.md).

## Publishing

In order to publish a new version of `cargo-contract`:

- Bump all crate versions, we move them in lockstep.
- Make sure your PR is approved by one or more core developers.
- Publish `metadata``transcode``build``cargo-contract`.
- Merge you PR and push a tag `vX.X` with your version number.
- Create a GitHub release with the changelog entries.

## License

The entire code within this repository is licensed under the [GPLv3](LICENSE).
Expand Down

0 comments on commit 25d0c43

Please sign in to comment.