Skip to content

Commit

Permalink
Touch up
Browse files Browse the repository at this point in the history
  • Loading branch information
kardolus committed Nov 5, 2024
1 parent 76d3d4b commit f3b1c68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/release_procedures.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ make shipit version=v1.0.0 message="bla bla"
Use the release notes generated by the `shipit` script when creating a new GitHub release. The `shipit` script also
creates the binaries required for the release in the `./bin` folder.

## 4. Bump the version
## 3. Bump the version

1. Update the URL and sha256 in the Homebrew formula (`kardolus/homebrew-chatgpt-cli/HomebrewFormula/chatgpt-cli.rb`).
2. Calculate the sha256 of the new tar file using:
Expand Down
2 changes: 1 addition & 1 deletion scripts/shipit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ echo "Creating binaries..."

# Step 7: Generate release notes by diffing from the latest tag to HEAD
echo "Generating release notes..."
git diff $(git rev-list --tags --max-count=1)..HEAD -- . ":(exclude)vendor" | chatgpt -n -p ../prompts/write_release_notes.md for the 'how to update' section explain you can use brew upgrade chatgpt-cli or do a direct download of the binaries for your specific OS. The version we are releasing is "$TAG"
git diff "$(git rev-list --tags --max-count=1)"..HEAD -- . ":(exclude)vendor" | chatgpt -n -p ../prompts/write_release_notes.md for the 'how to update' section explain you can use brew upgrade chatgpt-cli or do a direct download of the binaries for your specific OS. The version we are releasing is "$TAG"

echo "Release complete. Tag $TAG has been created, pushed, and binaries are ready."

0 comments on commit f3b1c68

Please sign in to comment.