File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -122,11 +122,14 @@ match derive_keypair(seed, validator) {
122122
1231231 . Create a processing branch ` process/[VERSION] `
1241242 . Brach management:
125+
125126- If this is a new version, increment the version in the ` Cargo.toml ` and target ` main ` .
126127- If this a patch release, chery-pick commits being released and target ` versions/v[major] ` .
128+
1271293 . Collect required merge approvals.
1281304 . Merge release PR.
129- 5 . [ TODO automate] Run ` cargo publish ` .
131+ 5 . Tag release.
132+ 6 . [ TODO automate] Run ` cargo publish ` .
130133
131134### Editing the Code
132135
@@ -137,7 +140,3 @@ match derive_keypair(seed, validator) {
137140- Open a PR against ` main ` and ensure that all CI passes.
138141- Get a full code review from one of the maintainers.
139142- Merge your changes.
140-
141- ### Release
142-
143- TODO
Original file line number Diff line number Diff line change 1- [lib ]
2- proc-macro = true
3-
41[package ]
52name = " xrpl-rust-macros"
63version = " 0.1.0"
74edition = " 2024"
5+ description = " XRPL Rust Macros"
6+ license = " ISC"
7+
8+ [lib ]
9+ proc-macro = true
810
911[dependencies ]
1012syn = " 2.0"
You can’t perform that action at this time.
0 commit comments