Skip to content

Commit

Permalink
Merge pull request #20 from pho3nixf1re:more-fixes
Browse files Browse the repository at this point in the history
More-fixes
  • Loading branch information
pho3nixf1re authored Dec 18, 2023
2 parents 06b76d1 + 13125f3 commit 3c26675
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/stupid-lobsters-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pho3nixf1re.net": patch
---

release notes still are not working due to bad jq extraction of version
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
npx changeset version
npx changeset tag
git push --follow-tags
echo "release=$(jq -r '.releases[0].commits[0].hash' changesets.json)" >> $GITHUB_OUTPUT
echo "release=$(jq -r '.releases[0].newVersion' changesets.json)" >> $GITHUB_OUTPUT
- name: Create github release notes
if: ${{ steps.release.outputs.release }}
if: ${{ steps.release.outputs.release != '' }}
run: |
gh release create "v${{ steps.release.outputs.release }}" --generate-notes

0 comments on commit 3c26675

Please sign in to comment.