Skip to content

Commit

Permalink
Merge pull request #86 from wp-graphql/issue-21-changesets
Browse files Browse the repository at this point in the history
ci: changesets 2nd pass
  • Loading branch information
josephfusco authored Apr 2, 2024
2 parents 85c23e3 + 448fde0 commit b9e46c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/nasty-eels-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wpgraphql/ide": patch
---

test
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
with:
version: npm run version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint:js:src": "wp-scripts lint-js ./src",
"wp-env": "wp-env",
"changeset": "changeset",
"version": "changeset version",
"version": "changeset version",
"prepare": "husky install"
},
"devDependencies": {
Expand Down

0 comments on commit b9e46c7

Please sign in to comment.