1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Follow these steps to create a new release:
- ---- - - -
```bash
git add Cargo.toml Cargo.lock CHANGELOG.md
git commit -m "Release v0.x.x"
git tag v0.x.x
git push origin main
git push origin v0.x.x
```
The GitHub Actions workflow will automatically:
1. 2.3.4.
- - - - -
```bash
cargo yank --version 0.x.x
```
For alpha/beta/RC releases, use tags like:
- --
These will be marked as prereleases on GitHub automatically.