thecb4 / changelogger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChangeLogger

Take control of your changelogs!

Programmatically generate a CHANGELOG.md from a YAML formatted file. Also generates a RELEASE.md with just the latest release info.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Built With

Prerequisites

  • Swift, 5.0.1 (swiftlang-1001.0.82.4 clang-1001.0.46.5)

Installing

Mint is a swift based package manager

mint install https://gitlab.com/thecb4/changelogger // install latest version
mint install https://gitlab.com/thecb4/changelogger@0.3.0 // install specific version
mint install https://gitlab.com/thecb4/changelogger --no-link // install locally
mint install https://gitlab.com/thecb4/changelogger --force // force reinstall

Using

Init

Initialize your current directory with two files

  • commit.yml, Where you will keep track of your changes.
  • .changelog/changelog.yml, Where the tool will keep track of all your changes
changelogger init

Update commit.yml

Write whatever you need to write as a list of changes as specified by

summary: Fixing workflow

added:
  - Some new feature
changed: []
deprecated: []
removed: []
fixed: []
security: []

Log commit.yml to changelog.yml

changelogger log

Create CHANGELOG.md with unreleased logs

changelogger markdown

Create new release in changelog.yml

Currently version tag can be anything

changelogger release "brilliant summary" --version-tag 0.2.0

Release a new changelog

Currently version tag can be anything

changelogger markdown

Roadmap and Contributing

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Roadmap

Please read ROADMAP for an outline of how we would like to evolve the library.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for changes to us.

Changes

Please read CHANGELOG for details on changes to the library.

Authors

  • 'Cavelle Benjamin' - Initial work - thecb4

See also the list of contributors who participated in this project.

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

License:MIT License


Languages

Language:Swift 95.3%Language:Ruby 1.9%Language:Makefile 1.4%Language:Shell 1.4%