Skip to content
Merged
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
1 change: 1 addition & 0 deletions releases.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# MAILPIT Releases Properties
# Auto-generated and maintained by automation

1.29.7 = https://github.com/Bearsampp/module-mailpit/releases/download/2026.4.16/bearsampp-mailpit-1.29.7-2026.4.19.7z
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Action required

1. Mismatched release url date 🐞 Bug ≑ Correctness

The new 1.29.7 entry uses a release download path for tag 2026.4.16 but the asset filename embeds
2026.4.19, unlike the established pattern in this file. If the asset name follows the release tag
convention, the URL will not resolve and the link-validation workflow will fail on a non-200
response.
Agent Prompt
### Issue description
`releases.properties` has a new 1.29.7 mapping whose URL contains two different release identifiers:
- Download tag path uses `2026.4.16`
- Asset filename ends with `2026.4.19.7z`

This breaks the established convention in this repository and is likely to produce an invalid URL (causing the link validation workflow to fail).

### Issue Context
Other entries in `releases.properties` consistently match the download tag date with the asset filename date (e.g., `/download/2026.3.5/...-2026.3.5.7z`). The PR validation workflow performs HTTP requests and treats any non-200 response as a failure.

### Fix Focus Areas
- releases.properties[4-4]

### What to change
Update the 1.29.7 line so the download path tag and the asset filename correspond to the actual published asset for the intended release (likely change the filename suffix to `...-2026.4.16.7z`, unless the release tag/path should instead be `2026.4.19`).

β“˜ Copy this prompt and use it to remediate the issue with your preferred AI generation tools

1.29.2 = https://github.com/Bearsampp/module-mailpit/releases/download/2026.3.5/bearsampp-mailpit-1.29.2-2026.3.5.7z
1.28.2 = https://github.com/Bearsampp/module-mailpit/releases/download/2026.1.15/bearsampp-mailpit-1.28.2-2026.1.15.7z
1.28.0 = https://github.com/Bearsampp/module-mailpit/releases/download/2025.12.10/bearsampp-mailpit-1.28.0-2025.12.10.7z
Expand Down
Loading