Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 29, 2024
1 parent 7d4a54c commit b21abd6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 95 deletions.
5 changes: 0 additions & 5 deletions .changeset/olive-cars-wait.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/spotty-gorillas-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"languine": major
---

Fix diff and yarn install
88 changes: 0 additions & 88 deletions .github/workflows/canary.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
- name: Check package changes
id: check-changes
run: |
npx changeset status --since=HEAD > status.txt
npx changeset status > status.txt
if grep -q 'packages/react-email' status.txt; then
echo "react-email-changed=true" >> $GITHUB_ENV
else
echo "react-email-changed=false" >> $GITHUB_ENV
fi
if grep -q 'packages/cli' status.txt; then
if grep -q 'languine' status.txt; then
echo "cli-changed=true" >> $GITHUB_ENV
else
echo "cli-changed=false" >> $GITHUB_ENV
Expand Down
1 change: 1 addition & 0 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ developer-friendly experience.

- Supports hooks to format the content with Biome or Prettier


## Made with 🤍 from Midday

Languine was made from the implementation in [Midday](https://midday.ai), we
Expand Down

0 comments on commit b21abd6

Please sign in to comment.