You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To release a new version of `cairo-coverage`, follow these steps:
6
+
7
+
1.**Prepare a Pull Request (PR)**:
8
+
- Ensure the correct version is updated in the following files:
9
+
-`Cargo.toml`
10
+
-`Cargo.lock`
11
+
-`CHANGELOG.md`
12
+
- As a reference, you can check this [PR](https://github.com/software-mansion/cairo-coverage/pull/116/files).
13
+
14
+
2.**Run the Release Action**:
15
+
- Trigger the [release workflow](https://github.com/software-mansion/cairo-coverage/actions/workflows/release.yml) from the branch you want to release.
16
+
- It is recommended to run this from the `main` branch.
17
+
- Ensure that the commit you are releasing from has passed CI checks, as this is not automatically verified.
18
+
- The workflow will create a tag, generate a new GitHub release with built binaries, and include the contents of `CHANGELOG.md`.
19
+
20
+
3.**Announce the Release**:
21
+
- Notify the community about the update on **Twitter, Telegram, and Discord**.
0 commit comments