Thanks to visit codestin.com
Credit goes to github.com

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: bazel-contrib/rules_bazel_integration_test
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.27.0
Choose a base ref
...
head repository: bazel-contrib/rules_bazel_integration_test
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.28.0
Choose a head ref
  • 2 commits
  • 7 files changed
  • 3 contributors

Commits on Nov 26, 2024

  1. chore: update README.md for v0.27.0 (#403)

    Automated update of `README.md` for release v0.27.0
    
    This pull request was created by
    [cgrindel/gha_create_release](https://github.com/cgrindel/gha_create_release).
    
    Co-authored-by: cgrindel <[email protected]>
    Configuration menu
    Copy the full SHA
    8763d91 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. fix: hidden files being copied to the wrong directory (#404)

    The initial copy will copy over hidden files in sub-directories. The
    copy `find` logic for hidden files was looking through the entire tree.
    We really just want to copy the hidden files in the top-level directory.
    
    Also, adjusted the glob pattern for the "non-hidden" file copy per a
    shellcheck warning.
    cgrindel authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    0d844b3 View commit details
    Browse the repository at this point in the history
Loading