0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00

Fix create-astro initial git commit (#11766)

This commit is contained in:
Bjorn Lu 2024-08-19 16:30:45 +08:00 committed by GitHub
parent 48b85c13dd
commit d12dcbff60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'create-astro': patch
---
Fixes initial git commit when initializing git

View file

@ -55,7 +55,7 @@ async function init({ cwd }: { cwd: string }) {
[
'commit',
'-m',
'Initial commit from Astro',
'"Initial commit from Astro"',
'--author="houston[bot] <astrobot-houston@users.noreply.github.com>"',
],
{ cwd, stdio: 'ignore' },