Update releases.properties from release 2026.7.30 - #25
Conversation
Auto-generated from release 2026.7.30
PR Summary by QodoAdd 7.6.4 download mapping to releases.properties (release 2026.7.30)
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
Code Review by Qodo
1. Release suffix mismatch
|
| @@ -1,3 +1,4 @@ | |||
| 7.6.4 = https://github.com/Bearsampp/module-powershell/releases/download/2026.7.30/bearsampp-powershell-7.6.4-2026.6.25.7z | |||
There was a problem hiding this comment.
1. Release suffix mismatch 🐞 Bug ⚙ Maintainability
The new 7.6.4 mapping uses a download URL for release tag 2026.7.30, but the referenced archive filename still ends with 2026.6.25. This introduces inconsistent release/build-date metadata versus the repo’s own bundle.release-based naming and makes it unclear which release the artifact was built for.
Agent Prompt
### Issue description
`releases.properties` adds a 7.6.4 entry whose URL path indicates GitHub release tag `2026.7.30` while the asset filename suffix is `2026.6.25`. This makes the mapping’s release/build date inconsistent with the repository’s conventions.
### Issue Context
- Existing entries use the same date in both the `/download/<tag>/...` segment and the `...-<date>.7z` filename suffix.
- The repo’s build config (`bundle.release`) and output artifact naming include the release value as the archive suffix.
### Fix Focus Areas
- releases.properties[1-1]
### Suggested fix
- Verify which suffix is correct for version `7.6.4`:
- If the artifact for the `2026.7.30` release should be suffixed `2026.7.30`, update the URL to reference `bearsampp-powershell-7.6.4-2026.7.30.7z` (and ensure that asset exists in the release).
- If the artifact is intentionally suffixed `2026.6.25`, consider publishing it under the matching release tag or documenting why the tag and artifact suffix differ.
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
🤖 Automated Releases Properties Update
This PR updates the
releases.propertiesfile with new versions from release2026.7.30.Changes:
releases.propertiesRelease URL: https://github.com/Bearsampp/module-powershell/releases/tag/2026.7.30
Next Steps: