sirjohn96/changelogger

There is no license information available for the latest version (1.0.0-beta4) of this package.

A tool for generating and managing changelog files.

1.0.0-beta4 2021-04-24 00:14 UTC

This package is auto-updated.

Last update: 2024-04-24 06:54:51 UTC


README

Based on a similar system that can be found in the Deployer codebase, Changelogger provides a way to easily manage a changelog file. By providing a CLI tool, Changelogger aims to ease the updating of changelog files while maintaining consistency.

This system assumes adherance to Semantic Versioning will be used in the project it will be leveraged in.

Installation

This is a composer package. It can be installed to any composer-based project by running composer require --dev sirjohn96/changelogger.

Usage

The CLI tool can be leverage for changelog maintenance. The following commands can be used:

  • ./vendor/bin/changelogger update - Adds notes to a new unreleased version with the specified types.
  • ./vendor/bin/changelogger release - Updates the unreleased notes to the updated version specified and genrates the appropriate diff link.

Compatibility

This system is currently not compatible with GitLab repositories. This will be added in a future release.