docs: update release checklist
This commit is contained in:
@@ -6,8 +6,9 @@ Release Checklist
|
|||||||
* Run `cargo outdated` and review semver incompatible updates.
|
* Run `cargo outdated` and review semver incompatible updates.
|
||||||
Unless there is a strong motivation otherwise, review and update every dependency.
|
Unless there is a strong motivation otherwise, review and update every dependency.
|
||||||
* Update the date and version in all man pages: "chore(release): bump man pages".
|
* Update the date and version in all man pages: "chore(release): bump man pages".
|
||||||
* Run `cargo publish -p pacdef_core -p pacdef <level>`.
|
* Run `cargo release -p pacdef_core -p pacdef <level>`.
|
||||||
`pacdef_core` and `pacdef` shall have the same version at all times.
|
`pacdef_core` and `pacdef` shall have the same version at all times.
|
||||||
Verify everything works as expected.
|
Verify everything works as expected.
|
||||||
* Rerun `cargo publish` with `--execute.`
|
* Rerun `cargo publish` with `--execute.`
|
||||||
|
* Generate GitHub release with `git cliff`
|
||||||
* Bump the AUR package.
|
* Bump the AUR package.
|
||||||
|
|||||||
Reference in New Issue
Block a user