From 369f1b9cf110f189ea6e59b488c6b0a2fdee315a Mon Sep 17 00:00:00 2001 From: ignaciogros Date: Thu, 6 Aug 2026 12:35:05 +0200 Subject: [PATCH 1/2] Version bumped to v4.0.3 to keep numbering aligned with eXeLearning. Co-Authored-By: Claude Opus 5 --- .agents/skills/changelog/SKILL.md | 13 +++++++++++-- CHANGELOG.md | 7 +++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.agents/skills/changelog/SKILL.md b/.agents/skills/changelog/SKILL.md index c97f7c3..3002e27 100644 --- a/.agents/skills/changelog/SKILL.md +++ b/.agents/skills/changelog/SKILL.md @@ -1,8 +1,7 @@ --- - name: changelog description: Generate a draft CHANGELOG entry for the next release from merged GitHub pull requests. Asks the user for the target version before starting. ----------------------------------------------------------------------------------------------------------------------------------------------------------- +--- # Skill: Generate CHANGELOG draft @@ -88,6 +87,16 @@ Follow the **exact style** of the existing changelog entries in `CHANGELOG.md`. * Dependency upgrades: `package-name: OLD → NEW` (lowercase, `→`, no extra words). * Group related entries together. +### Releases with no functional changes + +When the merged PRs contain no user-visible functional change — a version bump to stay aligned with eXeLearning, documentation-only updates, CI or tooling work — open the entry with this standard bullet: + +> Maintenance release with no functional changes: version bumped to keep numbering aligned with eXeLearning for consistency across related projects. + +Use it as the **only** bullet when nothing else qualifies. If there are minor but genuinely user-facing changes (e.g. README or support-link updates), keep it as the first bullet and list those below it. + +Also warn the user when a release would consist solely of this bullet, so they can decide whether to publish it or wait for more changes. + ### What NOT to include * Duplicate entries for the same fix. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1da37a4..ead7ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## v4.0.3 – 2026-08-06 + +- Maintenance release with no functional changes: version bumped to keep numbering aligned with eXeLearning for consistency across related projects. +- Update the README support section to point issue reporting to the centralized eXeLearning issue tracker (filtered by the `moodle` label). + +--- + ## v4.0.2 – 2026-07-07 - Allow saving the plugin settings page without requiring an optional package template file. From 134b51bfa9b08586fcc15a91da6caecc5430fe2e Mon Sep 17 00:00:00 2001 From: ignaciogros Date: Thu, 6 Aug 2026 12:40:58 +0200 Subject: [PATCH 2/2] CHANGELOG revision. --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ead7ae5..e8cfb77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,6 @@ ## v4.0.3 – 2026-08-06 - Maintenance release with no functional changes: version bumped to keep numbering aligned with eXeLearning for consistency across related projects. -- Update the README support section to point issue reporting to the centralized eXeLearning issue tracker (filtered by the `moodle` label). ---