Skip to content

Commit ba9ceb1

Browse files
committed
docs(CONTRIBUTING): remove old step + describe worfklow
1 parent acea8ad commit ba9ceb1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,12 @@ Our release process is as follows:
261261
any potential issues here and push them to the release PR.
262262
6. Mark the PR as **Ready for Review** and incorporate feedback on the release.
263263
7. Once approved, merge the PR, and pull the `main` branch.
264-
8. From the `crates/ibc` folder, run `cargo publish`
265-
9. Once all crates have been successfully released, create a signed tag and push it to
264+
8. Once all crates have been successfully released, create a signed tag and push it to
266265
GitHub: `git tag -s -a vX.Y.Z`. In the tag message, write the version and the link
267-
to the corresponding section of the changelog.
268-
10. Once the tag is pushed, create a GitHub release and append
269-
`[📖CHANGELOG](https://github.com/cosmos/ibc-rs/blob/main/CHANGELOG.md#vXYZ)`
266+
to the corresponding section of the changelog. Pushing the tag will trigger the [Release workflow](https://github.com/cosmos/ibc-rs/actions/workflows/release.yml),
267+
which publishes the crate on crates.io.
268+
9. Once the tag is pushed, create a GitHub release and append
269+
`[📖CHANGELOG](https://github.com/cosmos/ibc-rs/blob/main/CHANGELOG.md#vXYZ)`
270270
to the release description.
271-
11. Make sure that the [Release workflow](https://github.com/cosmos/ibc-rs/actions/workflows/release.yml) to crates.io has completed successfully.
272-
12. All done! 🎉
271+
10. Make sure that the [Release workflow](https://github.com/cosmos/ibc-rs/actions/workflows/release.yml) to crates.io has completed successfully.
272+
11. All done! 🎉

0 commit comments

Comments
 (0)