diff options
| -rw-r--r-- | .github/contribute.md | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/.github/contribute.md b/.github/contribute.md index 3a59ba4..b349b97 100644 --- a/.github/contribute.md +++ b/.github/contribute.md @@ -59,6 +59,18 @@ See [Project][] for more info.  *   write a convincing description of why your pull request should land:      it’s your job to be convincing +## Project (for maintainers) + +See [Project][project] in the readme for info on how the project is structured +and how to run useful scripts. + +### Release + +*   update the `version` field in `Cargo.toml` +*   search for the previous version in `readme.md`, replace with new one +*   `git commit --all --message 1.2.3 && git tag 1.2.3 && git push && git push --tags` +*   `cargo publish` +  ## Resources  *   [how to contribute to open source](https://opensource.guide/how-to-contribute/) | 
