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. Stage 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-bumps
instead of step 4 and 5.c c
and paste the commit message withp
.- Test updates with
~/.emacs.d/bin/doom upgrade -p
.