HowToChangelog - TypeCobolTeam/TypeCobol GitHub Wiki

Overview

The text of the release must specify what is new and what have been fixed in the associated milestone. You can use this MarkDown template to describe the tag:

**A short description to explain the main goal of this release**

# New
- Description of issue (#IssueNumber)

# Fixed
- Description of issue (#IssueNumber)

How to create the changelog

The following steps may be followed as to produce a proper changelog

  1. Retrieve all commits from the associated pull request (either manually if the number is limited or by using a plugin)
  2. Cross reference this list with issues and merged pull requests from the associated milestone to keep only references to actual issues/pull requests that have been worked on and merged.