Giter Site home page Giter Site logo

liuyinz / git-cliff.el Goto Github PK

View Code? Open in Web Editor NEW
21.0 5.0 2.0 211 KB

Genarate and update git repository CHANGELOG.md with git-cliff

License: GNU General Public License v3.0

Emacs Lisp 100.00%
changelog-generator git-cliff repository-utilities

git-cliff.el's Introduction

git-cliff

License GPL 3 MELPA

Generate and update changelog using git-cliff.

This package provides the interface of git-cliff, built in transient, to generate and update changelog for project. Call git-cliff-menu to start.

Contents

Screenshot

  • Call M-x git-cliff-menu

git-cliff-menu

Install

dependencies

  • git-cliff, version >= 2.4.0
  • emacs, version >= 29.1
  • transient >= 0.6.0
  • dash, version >= 2.19.1

package

  • Manually

Clone and add to load-path, require the package.

  • Melpa

This package is available on MELPA. Install with M-x package-install RET git-cliff within Emacs.

Usage

;; Directly
(require 'git-cliff)

;; OPTIONAL
;; Integrate to `magit-tag'
(with-eval-after-load 'magit-tag
  (transient-append-suffix 'magit-tag
    '(1 0 -1)
    '("c" "changelog" git-cliff-menu)))
  • call git-cliff-menu

Customization

  • git-cliff-extra-path : directory storing user defined presets and templates.

Todo

  • support range arguments
  • support .org format

FAQ

  • no --repository and --workdir options support?

    Actually in the earlier versions, both options are supported. However, git-cliff-menu is designed to run in the root dir of current repository by force, which means equivalent to --workdir . --repository . always. Due to same reason, multi-value of --repository is disabled either in git-cliff.el.

  • no --body option support?

    Almost useless option, please use --init instead

Donate

If you think the it's helpful for you, please consider paying a cup of coffee for me. Thank you! ๐Ÿ˜„

PayPal

git-cliff.el's People

Contributors

liuyinz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.