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

changelogko

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

changelogko

  • 1.4.0
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

Changelogko

This gem provides the ability to easily manage your change logs. Commit changes alongside change log files to easily track them without worry, then just release them whenever to automatically create a new CHANGELOG.md file.

As an additional feature, Releaseko is integrated into the gem as it feels like Releaseko is very coupled with Changelogko. It is also just a simple feature that just automatically updates metadata/app-version, releases change logs through Changelogko, then push.

Installation

Use bundler to install the gem.

gem 'changelogko', git: 'https://github.com/tieeeeen1994/changelogko'

Then:

$ bundle install

Usage

Changelogko

Refer to:

$ bundle exec changelogko -h

or

$ bundle exec cko -h

Adding a .changelogko file in the root of the working directory will allow to automatically append the contents of the file as options to every changelogko (or cko) command. For example, assume the .changelogko file contains:

--no-archive

For every changelogko command, it will automatically append --no-archive, as such: bundle exec changelogko -r --no-archive.

Changelogko will create the needed files if they don't exist yet.

Releaseko

Refer to:

$ bundle exec releaseko -h

or

$ bundle exec rko -h

Releaseko looks for metadata/app-version for the project's versioning. It will automatically increment this file based on mode.

Credits

The original author of this gem is @neume, then further enhanced by @tieeeeen1994.

FAQs

Package last updated on 03 Apr 2024

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