Skip to content

Commit

Permalink
chore(deps): update transient version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyinz committed May 1, 2024
1 parent b217b05 commit 813f856
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions git-cliff.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: liuyinz <liuyinz95@gmail.com>
;; Maintainer: liuyinz <liuyinz95@gmail.com>
;; Version: 0.6.0
;; Package-Requires: ((emacs "29.1") (transient "0.5.0"))
;; Package-Requires: ((emacs "29.1") (transient "0.6.0"))
;; Keywords: tools
;; Homepage: https://github.com/liuyinz/git-cliff.el

Expand Down Expand Up @@ -366,10 +366,6 @@ This command will commit all staged files by default."
(t (select-window win)))
(and file (git-cliff--render-changelog))))

(dolist (cmd '("run" "release" "init-non-builtin"
"edit-config" "open-changelog"))
(put (intern (concat "git-cliff--" cmd)) 'completion-predicate #'ignore))

(defun git-cliff--status ()
"Return info of the repository to display in menu."
(let ((dir (and-let* ((file (buffer-file-name)))
Expand Down

0 comments on commit 813f856

Please sign in to comment.