Socket
Socket
Sign inDemoInstall

ezchangelog

Package Overview
Dependencies
15
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ezchangelog

changelog


Version published
Maintainers
1
Install size
240 kB
Created

Changelog

Source

v3.0.4 (2015-11-06)

Readme

Source

ezchangelog

Log changes easily.

Usage

npm i -g ezchangelog

cd repo

# create a new changelog.md file
ezchangelog

# do some commits

# prepend new changes
ezchangelog

# Print the new changelog contents
git log | ezchangelog-stream -p

Example

See changelog

ezchangelog

Use it the way you do git log, and your changelog file will be updated.

By default, --no-merges is enabled.

ezchangelog-stream

Specify more custom options.

git log | ezchangelog-stream

Pass any valid arguments to git log.

Options for ezchangelog-stream:

p, --print: print the changelog contents rather than write to disk.

f, --file: specify the changelog file path.

package.json

{
  "ezchangelog": {
    "commits": "https://github.com/zoubin/ezchangelog/commit/",
    "changelog": "changelog.md"
  }
}

There are links to all commits.

commits: specify the base path for each commit. By default, commits are linked to github.

changelog: specify you changelog file path

Keywords

FAQs

Last updated on 06 Nov 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc