Skip to content

Commit 36218d7

Browse files
committed
Package issues.
1 parent 6750d5a commit 36218d7

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,14 @@ match derive_keypair(seed, validator) {
122122

123123
1. Create a processing branch `process/[VERSION]`
124124
2. 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+
127129
3. Collect required merge approvals.
128130
4. 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

xrpl-rust-macros/Cargo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
[lib]
2-
proc-macro = true
3-
41
[package]
52
name = "xrpl-rust-macros"
63
version = "0.1.0"
74
edition = "2024"
5+
description = "XRPL Rust Macros"
6+
license = "ISC"
7+
8+
[lib]
9+
proc-macro = true
810

911
[dependencies]
1012
syn = "2.0"

0 commit comments

Comments
 (0)