Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -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 '<span class="pkgname">GAP</span>' for GAP and
Expand Down
Loading