File tree Expand file tree Collapse file tree 2 files changed +2
-23
lines changed
Expand file tree Collapse file tree 2 files changed +2
-23
lines changed Original file line number Diff line number Diff 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
1891 . ** Run the release command** :
1910 ``` bash
20- cargo release patch --execute
11+ ./ release
2112 ```
2213
2314This 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 `
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments