From c697abd020a65733b3c37618c9881696728d0ca1 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 25 Jan 2022 17:29:47 -0500 Subject: [PATCH] docs(Repository): add chore commit type --- Repository.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Repository.org b/Repository.org index 44b7624..445db19 100644 --- a/Repository.org +++ b/Repository.org @@ -22,6 +22,10 @@ For updating inputs/packages, and any changes required to maintain working order bump: [flake inputs|INPUT] #+END_SRC +*** =chore= + +A regular and necessary commit to update regularly-changed files, such as those including timestamps or state information. + *** =dev= Work on project infrastructure and development tools: build scripts, repository config files (=.github/*=, =.direnv=, =.gitignore=, etc.)