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.16.4
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.16.5
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Aug 8, 2023

  1. fix(gha): output headers cmd to stdout, not stderr (#80)

    Previously, the GitHub Actions `::startgroup::` and `::endgroup` directives were being sent to stdout, but all command output from Copywrite was being sent to stderr. This caused an issue that was especially common for the `copywrite headers --plan` command, where the list of files missing headers would be partially included and partially excluded from the logging group.
    
    As a fix I set Cobra up to print to stdout by default, and updated the logger we send to the addlicense module to also use stdout. Ideally, we'd restructure logging entirely within the module, but I'm leaving that for a future PR.
    CalebAlbers authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e76cf19 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Update CODEOWNERS, bump goreleaser-action version (#96)

    * Update CODEOWNERS
    
    * update go-releaser action
    dlaguerta authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8722321 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Address deprecated goreleaser configuration (#98)

    * update go-releaser in ci
    
    * remove deprecated bits from goreleaser config
    
    * change --skip-publish to --skip=publish
    dlaguerta authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    609843e View commit details
    Browse the repository at this point in the history
Loading