From e2beb80ffa32030676c6508e47267bbac5189053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Mon, 13 Jan 2025 20:10:56 +0100 Subject: [PATCH] Add clarification about the release workflow in the template --- Library-Guidelines.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Library-Guidelines.md b/Library-Guidelines.md index 67193cb..255275e 100644 --- a/Library-Guidelines.md +++ b/Library-Guidelines.md @@ -48,6 +48,9 @@ Same goes for using `Processing`, `Pro`, or `P5`, whether it's a prefix or a suf Similarly, please don't use `processing` as the prefix for your library packages. We need to keep that name space clear for official things as well. ## Release artifacts +> [!NOTE] +> If you use the official [Library Template](https://github.com/processing/processing-library-template), the following files will be created for you by the [release workflow](https://github.com/processing/processing-library-template/blob/main/.github/workflows/release.yml). If you’re hosting your library on your own domain, please follow the guidelines below. + Below is the required structure for hosting the release artifacts of a Processing library. These files must be accessible at stable URLs. For example, if your library is called `myLibrary` and the latest version is at `https://mywebsite.com/releases/latest/` the following links should be valid: