Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: phbasler/BSMPT
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.2
Choose a base ref
...
head repository: phbasler/BSMPT
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.3
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 18, 2025

  1. Automatic version bump. (#237)

    * First attempt
    
    * Only trigger on merges
    
    * Small change (#232)
    
    * Fix ref -> base ref
    
    * Wrong branch was being used
    
    * Remove check
    
    * Clean up and comment
    
    * debug why push not working
    
    * Bump pr test #2 (#233)
    
    * Small change
    
    * Another small change
    
    * test #2
    
    * Bump pr test #3 (#234)
    
    * Small change
    
    * Another small change
    
    * test #2
    
    * Remove unused stuff
    
    * Fix #3
    
    * Version bumped
    
    * Clean up debug stuff
    
    * Add PR template
    
    * print body
    
    * Bad identation
    
    * Test title
    
    * Change triggers
    
    * Change to body again
    
    * Add bump deduction
    
    * Fix var
    
    * Missing multiple line identifier
    
    * Add error if no option was selected, or multipler were selected
    
    * Break the square brackets
    
    * Parenthesis
    
    * Add Regex
    
    * Print raw PRBODY
    
    * Remove "s
    
    * PRBODY was empty
    
    * Get PRBODY as job level
    
    * Remove ^M (=/r)
    
    * Print "PRBODY_CLEAN"
    
    * Add Regex cleaning
    
    * Put everything together + linter logic
    
    * Linter logic
    
    * Fix quotes
    
    * Remove target branch check
    
    * Remove merged check
    
    * Move file to global
    
    * Fix step output
    
    * Fix id
    
    * Automatic version bump
    
    * Add "edit" trigger
    
    * Automatic version bump
    
    * Automatic version bump
    
    * Fix OLD_VERSION in logic
    
    * Fix version
    
    * Automatic version bump
    
    * No bumb if "nobump"
    
    * Print bump mode
    
    * Use single quotes
    
    * Automatic version bump (patch)
    
    * Match start
    
    * Dehub prefix
    
    * Fix version (was broken by previous attemps)
    
    * Print major, minor and patch version
    
    * Change to use the target branch to get the version
    
    * Make OLD_VERSION be used as var
    
    * Fix line matching
    
    * Automatic version bump (major)
    
    * Fix broken code from before
    
    * Print version change in logs
    
    * Automatic version bump (minor). 3.1.1 -> 3.2.0
    
    * Automatic version bump (major). 3.1.1 -> 4.0.0
    
    * Automatic version bump (patch). 3.1.1 -> 3.1.2
    
    * Even change if no bump
    
    * Automatic version bump (nobump). 3.1.1 -> 3.1.1
    
    * Automatic version bump (major). 3.1.1 -> 4.0.0
    
    * Automatic version bump (minor). 3.1.1 -> 3.2.0
    
    * Automatic version bump (patch). 3.1.1 -> 3.1.2
    
    * Automatic version bump (nobump). 3.1.1 -> 3.1.1
    
    * Remove debug message
    
    * Automatic version bump (patch). 3.1.1 -> 3.1.2
    
    * Automatic version bump (minor). 3.1.1 -> 3.2.0
    
    * Automatic version bump (major). 3.1.1 -> 4.0.0
    
    * Automatic version bump (nobump). 3.1.1 -> 3.1.1
    
    * Use PAT token to trigger workflows
    
    * Automatic version bump (patch). 3.1.1 -> 3.1.2
    
    * set token to head_ref
    
    * Automatic version bump (nobump). 3.1.1 -> 3.1.1
    
    * Edit error message
    
    Co-authored-by: Philipp Basler <28863303+phbasler@users.noreply.github.com>
    
    * Only run on ready_for_review.
    
    * Automatic version bump (major). 3.1.2 -> 4.0.0
    
    * Automatic version bump (nobump). 3.1.2 -> 3.1.2
    
    ---------
    
    Co-authored-by: GitHub Actions Bot <>
    Co-authored-by: Philipp Basler <28863303+phbasler@users.noreply.github.com>
    vollous and phbasler authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    bf9a8ff View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. Use -dumpversion flag to get gcc/clang version (#228)

    * Use -dumpversion flag to get gcc/clang version
    
    * Remove unnecessary parsing
    
    * Print compiler
    
    * Debug github job output
    
    * undo fix
    
    * Fix
    
    * Remove debug message
    
    * Remove debug line
    
    * Automatic version bump (patch). 3.1.2 -> 3.1.3
    
    ---------
    
    Co-authored-by: github-actions[bot] <>
    vollous authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    4d71308 View commit details
    Browse the repository at this point in the history
Loading