We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea21976 commit b45add6Copy full SHA for b45add6
.github/contribute.md
@@ -59,6 +59,18 @@ See [Project][] for more info.
59
* write a convincing description of why your pull request should land:
60
it’s your job to be convincing
61
62
+## Project (for maintainers)
63
+
64
+See [Project][project] in the readme for info on how the project is structured
65
+and how to run useful scripts.
66
67
+### Release
68
69
+* update the `version` field in `Cargo.toml`
70
+* search for the previous version in `readme.md`, replace with new one
71
+* `git commit --all --message 1.2.3 && git tag 1.2.3 && git push && git push --tags`
72
+* `cargo publish`
73
74
## Resources
75
76
* [how to contribute to open source](https://opensource.guide/how-to-contribute/)
0 commit comments