Changex.Changelog

This module is used to read and manipulate a changelog file.

Summary

read(path, tag)

Get the changelog without the current section

Functions

read(path, tag)

Get the changelog without the current section.

If a path containing the following changelog is given with a tag of v0.0.2

# 0.0.3-dev

...

# v0.0.2

...

# v0.0.1

...

Then the output will be:

# v0.0.2

...

# v0.0.1

...