aboutsummaryrefslogtreecommitdiff
# -*- mode: snippet -*-
# name: guix-vc-commit-message-update-package
# key: update                                  
# --

gnu: ${1:`(when (string-match "^[ ]*(define-public \\(\\S-+\\)" vc-patch-string)
            (match-string-no-properties 1 vc-patch-string))`}: Update to ${2:`
          (when (string-match "^\\+[ ]*(version \"\\(.*\\)\"" vc-patch-string)
            (match-string-no-properties 1 vc-patch-string))`}.

* `(car (log-edit-files))` ($1): Update to $2.$0
`(mapconcat (lambda (file) (concat "* " file)) (cdr (log-edit-files)) "\n")`
sage' instead of '&message' where appropriate....Ludovic Courtès 2020-02-09Update e-mail address for Jakob L. Kreuze....Tobias Geerinckx-Rice 2019-10-22machine: digital-ocean: Rename 'enable-ipv6' to 'enable-ipv6?'....Ludovic Courtès 2019-10-22machine: Implement 'digital-ocean-environment-type'....Jakob L. Kreuze