Update releases.properties from release 2026.4.18#14
Merged
Conversation
Auto-generated from release 2026.4.18
Review Summary by QodoUpdate PowerShell module releases.properties file
WalkthroughsDescription• Updates PowerShell module version 7.5.4 download URL • Changes release tag from 2026.4.18 to 2026.4.24 • Removes outdated version 7.6.1 entry Diagramflowchart LR
old["7.5.4 with 2026.4.18"] -- "update to 2026.4.24" --> new["7.5.4 with 2026.4.24"]
removed["7.6.1 entry"] -- "removed" --> deleted["deleted"]
File Changes1. releases.properties
|
Code Review by Qodo
1. Broken 7.5.4 URL
|
| 7.6.1 = https://github.com/Bearsampp/module-powershell/releases/download/2026.4.24/bearsampp-powershell-7.6.1-2026.4.24.7z | ||
| 7.6.0 = https://github.com/Bearsampp/module-powershell/releases/download/2026.4.18/bearsampp-powershell-7.6.0-2026.4.18.7z | ||
| 7.5.4 = https://github.com/Bearsampp/module-powershell/releases/download/2026.4.18/bearsampp-powershell-7.5.4-2026.4.18.7z | ||
| 7.5.4 = https://github.com/Bearsampp/module-powershell/releases/download/2026.4.18/bearsampp-powershell-7.5.4-2026.4.24.7z |
There was a problem hiding this comment.
1. Broken 7.5.4 url 🐞 Bug ≡ Correctness
The 7.5.4 entry points to a 2026.4.18 release tag but an asset filename containing 2026.4.24, making the URL inconsistent and likely non-existent. When Gradle falls back to releases.properties, this will fail at download time and break the build for 7.5.4.
Agent Prompt
### Issue description
`releases.properties` maps version `7.5.4` to a URL whose download tag (`2026.4.18`) does not match the asset filename suffix (`2026.4.24`). This is likely an invalid URL and can break builds when the Gradle fallback uses `releases.properties`.
### Issue Context
Gradle reads `releases.properties` as a fallback URL source and then downloads via `downloadFile()`, which opens the URL stream directly.
### Fix Focus Areas
- releases.properties[2-2]
- build.gradle[294-305]
- build.gradle[152-170]
### Expected change
Update the `7.5.4` value so the `{tag}` and `{filename}` refer to the same real release asset (most likely change the filename portion to `...-2026.4.18.7z`, or adjust the tag if the asset is actually under `2026.4.24`).
ⓘ 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.18.Changes:
Release URL: https://github.com/Bearsampp/module-powershell/releases/tag/2026.4.18
Next Steps: