RELEASE: start at rc.1
This commit is contained in:
parent
613c4e83e0
commit
41f77a495b
|
|
@ -22,8 +22,8 @@ git checkout <commit>
|
||||||
```
|
```
|
||||||
|
|
||||||
The tag name that is being chosen for the release candidate is the next semantic
|
The tag name that is being chosen for the release candidate is the next semantic
|
||||||
version, followed by `-rc.0`. If it is a follow-up release candidate for any
|
version, followed by `-rc.1`. If it is a follow-up release candidate for any
|
||||||
fixes, we increase digit, e.g. `releases/1.1.0-rc.1`, `releases/1.1.0-rc.2`,
|
fixes, we increase digit, e.g. `releases/1.1.0-rc.2`, `releases/1.1.0-rc.3`,
|
||||||
etc.
|
etc.
|
||||||
|
|
||||||
Note that, for the next part, `git config user.signingKey` must match the key
|
Note that, for the next part, `git config user.signingKey` must match the key
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue