diff --git a/RELEASE-CHECKLIST.md b/RELEASE-CHECKLIST.md index 70da8e5..677a8fb 100644 --- a/RELEASE-CHECKLIST.md +++ b/RELEASE-CHECKLIST.md @@ -5,7 +5,7 @@ Release Checklist Commit updated `Cargo.lock` with "chore(release): update lockfile". * Run `cargo outdated` and review semver incompatible updates. Unless there is a strong motivation otherwise, review and update every dependency. -* Update the date and version in all man pages. +* Update the date and version in all man pages: "chore(release): bump man pages". * Run `cargo publish -p pacdef_core -p pacdef `. `pacdef_core` and `pacdef` shall have the same version at all times. Verify everything works as expected. diff --git a/man/pacdef.8 b/man/pacdef.8 index 5ba7ca4..f432b4b 100644 --- a/man/pacdef.8 +++ b/man/pacdef.8 @@ -1,4 +1,4 @@ -.TH "PACDEF" "8" "2023\-05\-30" "pacdef v1\&.2\&.2" "Pacdef Manual" +.TH "PACDEF" "8" "2023\-06\-06" "pacdef v1\&.3\&.0" "Pacdef Manual" .SH NAME pacdef \(em multi-backend declarative package manager diff --git a/man/pacdef.yaml.5 b/man/pacdef.yaml.5 index 150f419..5e891fd 100644 --- a/man/pacdef.yaml.5 +++ b/man/pacdef.yaml.5 @@ -1,4 +1,4 @@ -.TH "PACDEF.YAML" "5" "2023\-05\-30" "pacdef v1\&.2\&.2" "Pacdef Manual" +.TH "PACDEF.YAML" "5" "2023\-06\-06" "pacdef v1\&.3\&.0" "Pacdef Manual" .SH NAME pacdef.yaml \(em pacdef configuration file