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: basecamp/basecamp-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.2
Choose a base ref
...
head repository: basecamp/basecamp-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.3
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 4, 2026

  1. Retool AI changelog prompt to produce narrative summaries

    The categorized bullet list (Features, Bug Fixes, etc.) duplicated
    GitHub's native release notes. Switch to 2-4 prose paragraphs that
    complement rather than repeat the per-PR list. Explicitly instruct
    no code fences. Bump maxCompletionTokens 1000→1500 to prevent
    truncation.
    jeremy committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    4aaf114 View commit details
    Browse the repository at this point in the history
  2. Strip markdown code fences from AI changelog response

    actions/ai-inference wraps output in ```markdown ... ``` fences,
    which GoReleaser injects verbatim into the release body, rendering
    the entire changelog as a monospace code block.
    jeremy committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    44f2940 View commit details
    Browse the repository at this point in the history
  3. Fix notarize enabled template to return boolean string (#188)

    Go template `and` returns the last truthy value (the raw env var
    content), not the string "true". GoReleaser checks for "true"
    specifically. Switch to `ne .Env.X ""` comparisons which return
    the boolean true/false that renders as the string "true"/"false".
    jeremy authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    ebe5510 View commit details
    Browse the repository at this point in the history
Loading