Skip to content

Commit 2e98cfa

Browse files
committed
Merge branch 'master' into license
2 parents 5d0d214 + 787f7f8 commit 2e98cfa

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,16 @@ we may host useful on-chain program reference implementations here.
44

55
## Version Management
66

7-
This project uses `cargo-release` for version management. The release process is configured to work with version branches (e.g., `v3.0.x`).
8-
9-
### Prerequisites for Release
10-
11-
1. **Install cargo-release** (if not already installed):
12-
```bash
13-
cargo install cargo-release
14-
```
15-
167
### Release Process
178

189
1. **Run the release command**:
1910
```bash
20-
cargo release patch --execute
11+
./release
2112
```
2213

2314
This will:
2415
- Bump the version number
16+
- Rebuild the IDLs
2517
- Create a git tag
2618
- Push changes and tags
2719
- Follow the configuration in `release.toml`

release.toml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)