Changex.Changelog (changex v0.3.0)

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

Link to this section Summary

Functions

Get the changelog without the current section.

Link to this section Functions

Link to this function

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

...