Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Generate a CHANGELOG for your project using only local git history. No internet connection or git server API is required.

License

NotificationsYou must be signed in to change notification settings

neogeek/generate-local-changelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate a CHANGELOG for your project using only local git history. No internet connection or git server API is required.

Tests

Install

$ brew tap neogeek/generate-local-changelog$ brew install generate-local-changelog

Usage

$ generate-local-changelog> CHANGELOG.md
$ generate-local-changelog --unreleased> CHANGELOG.md
$ generate-local-changelog --include-incomplete-merges> CHANGELOG.md

FAQs

What are incomplete merges?

Typically a PR merged from GitHub will look like this:

* c4ca423 (2 minutes ago) Merge pull request #1 from username/repo|\| * 8a0b923 (10 minutes ago)| * 820dcc5 (15 minutes ago)|/* 832627b (1 hour ago)

But on occassion a PR can appear like this:

* c4ca423 (2 minutes ago) [feat] PR subject line (#1)* 8a0b923 (10 minutes ago)* 820dcc5 (15 minutes ago)* 832627b (1 hour ago)

Git will not treat these as valid merges and therefore they will be missing from the generated CHANGELOG. To include them, add--include-incomplete-merges flag. This will of course be different from repo to repo. Only use this flag if you notice PRs missing from your CHANGELOG.

About

Generate a CHANGELOG for your project using only local git history. No internet connection or git server API is required.

Resources

License

Stars

Watchers

Forks

Sponsor this project

    Packages

    No packages published

    Contributors2

    •  
    •  

    [8]ページ先頭

    ©2009-2025 Movatter.jp