mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 11:15:47 +00:00
Update the release notes to work for current releases (#1842)
This commit is contained in:
+15
-6
@@ -76,14 +76,23 @@ We also assume that ongoing work done is being merged directly to the `master` b
|
|||||||
|
|
||||||
```
|
```
|
||||||
(cd metadata && cargo publish) && \
|
(cd metadata && cargo publish) && \
|
||||||
(cd lightclient && cargo publish) && \
|
(cd lightclient && cargo publish) && \
|
||||||
(cd codegen && cargo publish) && \
|
(cd utils/fetch-metadata && cargo publish) && \
|
||||||
(cd macro && cargo publish) && \
|
(cd codegen && cargo publish) && \
|
||||||
(cd subxt && cargo publish) && \
|
(cd macro && cargo publish);
|
||||||
(cd signer && cargo publish) && \
|
|
||||||
(cd cli && cargo publish);
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Now, remove the dev dependencies from `subxt-core` (to avoid circular deps), and then run:
|
||||||
|
|
||||||
|
```
|
||||||
|
(cd core && cargo publish) && \
|
||||||
|
(cd subxt && cargo publish) && \
|
||||||
|
(cd signer && cargo publish) && \
|
||||||
|
(cd cli && cargo publish);
|
||||||
|
```
|
||||||
|
|
||||||
|
Finally, put back the dev dependencies in `subxt-core`.
|
||||||
|
|
||||||
11. If the release was successful, tag the commit that we released in the `master` branch with the
|
11. If the release was successful, tag the commit that we released in the `master` branch with the
|
||||||
version that we just released, for example:
|
version that we just released, for example:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user