Skip to content

Commit

Permalink
doc: update contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Jan 29, 2025
1 parent ef5e8c1 commit 4e06337
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .scripts/raycast-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ pushd "$RAYCAST_EXTENSIONS_DIR" || exit
git add .
git status
git commit -m "Publish raycast-sourcegraph@$EXTENSION_VERSION" -m "Version: https://github.com/bobheadxi/raycast-sourcegraph/commit/$EXTENSION_VERSION" --allow-empty
git push origin HEAD
popd || exit
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@ The latest release of this extension is published to [`extensions/sourcegraph` i
To make a release, set up a clone of the [Raycast extensions repository](https://github.com/raycast/extensions) and create a new branch:

```sh
export RAYCAST_FORK="[email protected]:$REPO.git"
export RAYCAST_EXTENSIONS_DIR="../../raycast/extensions"
mkdir -p $RAYCAST_EXTENSIONS_DIR
cd $RAYCAST_EXTENSIONS_DIR

git clone --no-checkout --filter=blob:none $FORK .
git clone --no-checkout --filter=blob:none $RAYCAST_FORK .
git sparse-checkout init --cone
git sparse-checkout set extensions/sourcegraph
git checkout main
Expand Down

0 comments on commit 4e06337

Please sign in to comment.