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: TMHSDigital/Unity-Developer-Tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.4
Choose a base ref
...
head repository: TMHSDigital/Unity-Developer-Tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.5
Choose a head ref
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on Apr 26, 2026

  1. fix: prevent build zip artifacts from leaking into main (#15)

    Closes DTD#55. Adds *.zip to .gitignore and removes the two existing zip
    artifacts (unity-developer-tools-v1.4.3.zip, unity-developer-tools-v1.4.4.zip)
    that landed in main after the DTD#51 fix flipped release.yml's bump-commit
    step from selective `git add` to `git add -A`.
    
    The selective add was incidentally protecting main from the zip artifact
    created by the Build plugin zip step; the structural fix is the .gitignore
    rule, which makes the artifact invisible to git regardless of the git add
    shape used. Release assets continue to receive the zip via
    softprops/action-gh-release@v2 as before.
    
    Made-with: Cursor
    TMHSDigital authored Apr 26, 2026
    Configuration menu
    Copy the full SHA
    53e5604 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f9cb8e View commit details
    Browse the repository at this point in the history
Loading