From 421a24b4fff9e2e27e8648d9b813671b6e8d2bdd Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Tue, 6 Jun 2023 16:51:59 +0200 Subject: [PATCH] docs: update release checklist --- RELEASE-CHECKLIST.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-CHECKLIST.md b/RELEASE-CHECKLIST.md index 677a8fb..ef8fb47 100644 --- a/RELEASE-CHECKLIST.md +++ b/RELEASE-CHECKLIST.md @@ -6,8 +6,9 @@ Release Checklist * 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: "chore(release): bump man pages". -* Run `cargo publish -p pacdef_core -p pacdef `. +* Run `cargo release -p pacdef_core -p pacdef `. `pacdef_core` and `pacdef` shall have the same version at all times. Verify everything works as expected. * Rerun `cargo publish` with `--execute.` +* Generate GitHub release with `git cliff` * Bump the AUR package.