Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

changefrog

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

changefrog

Automatically update changelog for next release.

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

:frog: Changefrog

We regularly have to update changelogs. One of these moments is when releasing a new version. We have to add a new version number, add the date, and provide a link. And we easily make mistakes. Which we only notice after the release. :cry: Solution: Changefrog!

Changefrog is a tool that automatically updates a changelog. It adds a new version based on the unreleased section.

Usage

  1. Install Changefrog via npm i -g changefrog.
  2. Execute Changefrog via changefrog -i major. This auto-increment the major version number in the CHANGELOG file.
  3. Get more usage information via changefrog -h.

Requirements

The requirements of a CHANGELOG file in order for Changefrog to work are

  • It contains an unreleased section. This section can be empty.
  • Unreleased is written as "Unreleased".
  • At least one compare link is at the bottom. An example is [0.1.0]: https://github.com/user/repo/compare/v0.0.1...v0.1.0.

Find an example here.

License

© 2020 Pieter Heyvaert, MIT License

Keywords

FAQs

Package last updated on 22 Mar 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc