Skip to content

Commit b45add6

Browse files
committed
Add release guidelines
1 parent ea21976 commit b45add6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/contribute.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,18 @@ See [Project][] for more info.
5959
* write a convincing description of why your pull request should land:
6060
it’s your job to be convincing
6161

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+
6274
## Resources
6375

6476
* [how to contribute to open source](https://opensource.guide/how-to-contribute/)

0 commit comments

Comments
 (0)