Automatic bump functions
doom/bump-package: bump by package name.
doom/bump-module: bump whole module, can select entire category or individual modules.
doom/commit-bumps: pre-fill magit commit for staged changes. You need to stage your changes first.
How to contribute (manual)
- Make the commit hash changes.
- Enter the magit buffer with
SPC g g. - Stage the changes.
SPC :and rundoom/bumpify-diff. Alternatively, rundoom/commit-bumpsinstead of step 4 and 5.c cand paste the commit message withp.- Test updates with
~/.emacs.d/bin/doom upgrade -p.