Skip to content

Conversation

@jwaisner
Copy link
Contributor

@jwaisner jwaisner commented Jul 2, 2025

PR Type

Enhancement


Description

  • Add Git 2.50.0.2 version configuration

  • Update bundle release date to 2025.7.2

  • Register new version in releases registry


Changes diagram

flowchart LR
  A["New Git 2.50.0.2"] --> B["Configuration File"]
  A --> C["Build Properties"]
  A --> D["Release Registry"]
  B --> E["Version Ready"]
  C --> E
  D --> E
Loading

Changes walkthrough 📝

Relevant files
Configuration changes
bearsampp.conf
New Git 2.50.0.2 configuration file                                           

bin/git2.50.0.2/bearsampp.conf

  • Create configuration file for Git 2.50.0.2
  • Define git executable paths and settings
  • Set bundle release placeholder variable
  • +6/-0     
    build.properties
    Update build release date                                                               

    build.properties

    • Update bundle release date from 2025.4.19 to 2025.7.2
    +1/-1     
    releases.properties
    Register Git 2.50.0.2 release                                                       

    releases.properties

  • Add Git 2.50.0.2 download URL entry
  • Register new version in release registry
  • +1/-0     

    Need help?
  • Type /help how to ... in the comments thread for any questions about Qodo Merge usage.
  • Check out the documentation for more information.
  • @jwaisner jwaisner requested a review from N6REJ as a code owner July 2, 2025 23:09
    @jwaisner jwaisner added the enhancement ✨ Improve program label Jul 2, 2025
    @qodo-code-review
    Copy link

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    Placeholder Variable

    The bundleRelease variable contains a placeholder value that needs to be replaced during build process. Verify that the build system properly substitutes this placeholder.

    bundleRelease = "@RELEASE_VERSION@"
    URL Availability

    The download URL for version 2.50.0.2 should be verified to ensure it points to an existing and accessible release package before merging.

    2.50.0.2 = https://github.com/Bearsampp/module-git/releases/download/2025.7.2/bearsampp-git-2.50.0.2-2025.7.2.7z

    @qodo-code-review
    Copy link

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    @N6REJ N6REJ merged commit 9d53840 into main Jul 5, 2025
    @N6REJ N6REJ deleted the 2.50.0.2 branch July 5, 2025 22:58
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    enhancement ✨ Improve program

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    3 participants