From 52c0ed4f9e54686897cc68004db3e16c89591cf6 Mon Sep 17 00:00:00 2001 From: Wilf Wilson Date: Mon, 1 Sep 2025 20:14:21 +0100 Subject: [PATCH] Add an optional CHANGES_URL field to PackageInfo.g --- PackageInfo.g | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/PackageInfo.g b/PackageInfo.g index 431945a..a6a71cb 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -209,6 +209,15 @@ README_URL := PackageInfoURL := Concatenation( ~.PackageWWWHome, "/PackageInfo.g" ), +## Optional: +## It is good practice to include a CHANGES/CHANGELOG file in the package, +## containing a summary of the changes made to the package in each new release. +## You may specify a URL for this file, to help with the automation of keeping +## the version on the website up to date. +## +CHANGES_URL := + Concatenation( ~.PackageWWWHome, "/CHANGES" ), + ## Provide a short (up to a few lines) abstract in HTML format, explaining ## the package content. This text will be displayed on the package overview ## Web page. Please use 'GAP' for GAP and