Skip to content

Commit

Permalink
docs: reformat the CONTRIBUTING.md again
Browse files Browse the repository at this point in the history
  • Loading branch information
ripytide committed Nov 14, 2024
1 parent 7aa75e6 commit 528251d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ guidelines to avoid problems:

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)
- update the `CHANGELOG.md` file with the changes
- run `cargo release x.y.z --execute`
- update the AUR packages (`metapac` and `metapac-bin`):
- update the version numbers in the `PKGBUILD` files
- run `updpkgsums`
- run `makepkg --printsrcinfo > .SRCINFO`
- discard the tar file though made when running `updpkgsums`
- commit and push the changes

0 comments on commit 528251d

Please sign in to comment.