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: hashicorp/copywrite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.18.0
Choose a base ref
...
head repository: hashicorp/copywrite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.19.0
Choose a head ref
  • 5 commits
  • 9 files changed
  • 6 contributors

Commits on Mar 25, 2024

  1. chore: remove dupe 'uses' and bump to latest GHA setup action version (

    …#107)
    
    * rm dupe 'uses'
    
    * bump to latest version
    
    * chore: use the sha
    
    Co-authored-by: Caleb Albers <7110138+CalebAlbers@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Caleb Albers <7110138+CalebAlbers@users.noreply.github.com>
    bschaatsbergen and CalebAlbers authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    69677b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Ignore node_modules subdirectories (#109)

    This adjusts the default ignore pattern for node_modules to include subdirectories when checking for headers. This is necessary because the node_modules directory is sometimes nested within other directories, and the current pattern only matches the top-level node_modules directory.
    
    This really only affects interactive use, as node_modules directories are not usally committed to version control.
    jpogran authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c9d57fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cf2e4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f66d1e2 View commit details
    Browse the repository at this point in the history
  4. Upgrade GoReleaser to V2 (#110)

    * Upgrade to v2 of goreleaser
    
    * upgrade goreleaser action to v6.0.0
    dlaguerta authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6ed520a View commit details
    Browse the repository at this point in the history
Loading