Update releases.properties from release 2026.4.16#28
Merged
Conversation
Auto-generated from release 2026.4.16
Review Summary by QodoAdd Mailpit 1.29.7 release to properties
WalkthroughsDescription• Add Mailpit version 1.29.7 release entry • Update releases.properties with new download URL • Maintain semver ordering with newest version first Diagramflowchart LR
A["Release 2026.4.16"] -- "Extract version 1.29.7" --> B["releases.properties"]
B -- "Add entry at top" --> C["1.29.7 with download URL"]
File Changes1. releases.properties
|
Code Review by Qodo
1. Mismatched release URL date
|
| # 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 |
There was a problem hiding this comment.
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Releases Properties Update
This PR updates the
releases.propertiesfile with new versions from release2026.4.16.Changes:
Release URL: https://github.com/Bearsampp/module-mailpit/releases/tag/2026.4.16
Next Steps: