Add scripts for creating change logs

Merged
#67 · Created  · Last updated

Merged pull request

Merged in feature/change-log-builder (pull request #67)

3096350·Author: ·Closed by: ·2019-02-12

Description

Creates change logs, listing merged pull requests between different tagged versions of the code.

Usage:

For main gs2:

sh scripts/change-log-builder.sh > CHANGELOG.md

For utils (from within utils dir):

sh ../scripts/change-log-builder-utils.sh > CHANGELOG.md

For Makefiles (from within Makefiles dir):

sh ../scripts/change-log-builder-makefiles.sh > CHANGELOG.md

Thanks to Peter Hill for regex magic!ne

0 attachments

0 comments

Loading commits...