We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef6efb commit 63e090cCopy full SHA for 63e090c
cmd/gcommit
@@ -173,6 +173,8 @@ function add_new_scope() {
173
echo "${commitScope}" >> "${COMMIT_SCOPE_FILE}" # appends to the file
174
}
175
fi
176
+ sort "${COMMIT_SCOPE_FILE}" > "${COMMIT_SCOPE_FILE}_sorted"
177
+ mv "${COMMIT_SCOPE_FILE}_sorted" "${COMMIT_SCOPE_FILE}"
178
179
180
function get_commit_description() {
0 commit comments