From 7c3bfd2a5f2208d527052efb4290bf6bc08e4254 Mon Sep 17 00:00:00 2001 From: ripytide Date: Thu, 14 Nov 2024 15:29:26 +0000 Subject: [PATCH] docs: fix formatting in CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc0dcb2..3acd139 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,5 +22,5 @@ In order to release a new version of pacdef: - Update the `CHANGELOG.md` file with the changes - Run `cargo release x.y.z --execute` - In the AUR package repos, run `updpkgsums` and `makepkg ---printsrcinfo > .SRCINFO`, then commit and push the changes. (Discard - the tar file though from `updpkgsums` though) + --printsrcinfo > .SRCINFO`, then commit and push the changes. + (Discard the tar file though from `updpkgsums` though)