Skip to content

Commit

Permalink
feat(cli): support @ symbols in gh-ref flag (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewvolk committed Mar 21, 2024
1 parent dfd0c8b commit 30f6515
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 55 deletions.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-bugs-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bigcommerce/create-catalyst": patch
---

Support `@` characters in the `create-catalyst` `--gh-ref` CLI flag
2 changes: 1 addition & 1 deletion packages/create-catalyst/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"chalk": "^5.3.0",
"commander": "^12.0.0",
"fs-extra": "^11.2.0",
"giget": "^1.2.1",
"giget": "^1.2.3",
"lodash.kebabcase": "^4.1.1",
"lodash.merge": "^4.6.2",
"msw": "^2.1.7",
Expand Down
108 changes: 54 additions & 54 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 30f6515

Please sign in to comment.