Skip to content

Commit

Permalink
Merge pull request #36 from omnisat/hath
Browse files Browse the repository at this point in the history
small
  • Loading branch information
hathbanger authored Oct 12, 2024
2 parents 79c919e + 7b68031 commit 00afe7b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,17 @@ jobs:
echo "::set-output name=changed::false"
fi
# Check if already in pre-release mode, and exit if necessary
- name: Exit pre-release mode if active
if: steps.lasereyes-changes.outputs.changed == 'true'
run: |
if [ -f ".changeset/pre.json" ]; then
echo "Exiting pre-release mode"
pnpm dlx @changesets/cli pre exit
else
echo "Not in pre-release mode"
fi
# Enter pre-release mode and version bump for lasereyes package
- name: Run Changesets pre-release mode for RC
if: steps.lasereyes-changes.outputs.changed == 'true'
Expand Down
2 changes: 1 addition & 1 deletion packages/lasereyes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A common wallet interface for building JS/TS applications on Bitcoin.

## Documentation

For documentation and guides, visit [Laser Eyes Docs](https://lasereyes.build/).
For documentation and guides, visit [Lasereyes Docs](https://lasereyes.build/).

## Community

Expand Down

0 comments on commit 00afe7b

Please sign in to comment.