File tree 3 files changed +25
-4
lines changed
3 files changed +25
-4
lines changed Original file line number Diff line number Diff line change
1
+ # Maintainers
2
+
3
+ Current active maintainers of this SDK:
4
+
5
+ - [ Jim Crossley] ( https://github.com/jcrossley3 )
6
+ - [ Linus Basig] ( https://github.com/linuxbasic )
7
+ - [ Francesco Guardiani] ( https://github.com/slinkydeveloper )
8
+ - [ Fabrizio Lazzaretti] ( https://github.com/Lazzaretti )
Original file line number Diff line number Diff line change @@ -67,10 +67,6 @@ Checkout the examples using our integrations to learn how to send and receive ev
67
67
* [ Warp Example] ( example-projects/warp-example )
68
68
* [ NATS Example] ( example-projects/nats-example )
69
69
70
- ## Development & Contributing
71
-
72
- If you're interested in contributing to sdk-rust, look at [ Contributing documentation] ( CONTRIBUTING.md )
73
-
74
70
## Community
75
71
76
72
- There are bi-weekly calls immediately following the
@@ -102,3 +98,10 @@ information.
102
98
[ Docs badge ] : https://docs.rs/cloudevents-sdk/badge.svg
103
99
[ docs.rs ] : https://docs.rs/cloudevents-sdk
104
100
[ feature flag ] : https://doc.rust-lang.org/cargo/reference/manifest.html#the-features-section
101
+
102
+ ## Additional SDK Resources
103
+
104
+ - [ List of current active maintainers] ( MAINTAINERS.md )
105
+ - [ How to contribute to the project] ( CONTRIBUTING.md )
106
+ - [ SDK's License] ( LICENSE )
107
+ - [ SDK's Release process] ( RELEASING.md )
Original file line number Diff line number Diff line change
1
+ # How to create a Release
2
+
3
+ To create a new release, do the following:
4
+ - Bump the version in the README, lib.rs and cargo.toml
5
+ - Try to run ` cargo test --all-features ` , ` cargo doc --all-features --lib ` and
6
+ ` cargo publish --dry-run `
7
+ - If none of the above commands fail, PR the changes and merge it
8
+ - Checkout ` main ` on your local machine and run ` cargo publish `
9
+ - Once that is done, create the release in the Github UI (make sure it
10
+ creates the git tag as well) and that's it!
You can’t perform that action at this time.
0 commit comments