fix(release): add install instructions to release body and bump version to 0.2.0#2
Merged
Merged
Conversation
…on to 0.2.0 - Add body to release workflow with resend.com and gh CLI install options - Include GitHub CLI instructions for use while repo is private - Bump package.json version from 0.1.0 to 0.2.0 so binaries report correct version
dielduarte
added a commit
that referenced
this pull request
Jun 25, 2026
Felipe review (#2): doctor's API Key and API Validation checks called resolveAuthentication without catching errors, so an expired/failed OAuth refresh threw an unhandled error and crashed the command instead of reporting status. Wrap both calls and return a failed check with a 'Run: resend login' hint. Also makes the doctor tests hermetic: they previously read the developer's real ~/.config/resend/credentials.json (no XDG_CONFIG_HOME), which the stricter grant validation surfaced. Point them at an isolated config dir.
dielduarte
added a commit
that referenced
this pull request
Jul 3, 2026
Felipe review (#2): doctor's API Key and API Validation checks called resolveAuthentication without catching errors, so an expired/failed OAuth refresh threw an unhandled error and crashed the command instead of reporting status. Wrap both calls and return a failed check with a 'Run: resend login' hint. Also makes the doctor tests hermetic: they previously read the developer's real ~/.config/resend/credentials.json (no XDG_CONFIG_HOME), which the stricter grant validation surfaced. Point them at an isolated config dir.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
body:to theCreate GitHub Releasestep inrelease.ymlso every future release automatically includes install instructions — no more manually patching the release page after the factresend.com/install.sh(intended long-term) andgh release download(works now while the repo is private)package.jsonversion from0.1.0→0.2.0soresend --versionreports the correct version (the CLI reads its version directly frompackage.jsonviasrc/lib/version.ts)Test plan
gh release download v0.2.0 --repo resend/resend-cli --pattern "resend-darwin-arm64.tar.gz"and verify the binary installs and reports0.2.0resend.com/install.shis live, verifycurl -fsSL https://resend.com/install.sh | bashworks end to end