Skip to content

Draft: Script to prepare Release Notes

Freddy requested to merge DefaultUser/release_note_generator into master

Summary for release notes:

Simple script to gather changes since the latest Xonotic version

  • I have labeled the merge request with the right RN:: [SECTION], MR Type and MR Size labels.

In depth description:

This script gathers all the merged Merge Requests since the latest Xonotic version, sorts them and processes them into a draft for release notes. It expects that the Merge Request is labelled correctly and the description is based on the introduced template. This Merge Request is a first example for this.

Merge request reports