From 3201f83b70bb2ee1d1daeb585a26e8cd6b8ce95f Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sat, 19 Aug 2023 01:24:09 +0000
Subject: [PATCH] v4-alpha -> v4

---
 content/migrating from Quartz 3.md |    4 ++--
 content/showcase.md                |    2 +-
 content/index.md                   |    2 +-
 content/hosting.md                 |    4 ++--
 quartz/bootstrap-cli.mjs           |    2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/content/hosting.md b/content/hosting.md
index 2251f91..b247627 100644
--- a/content/hosting.md
+++ b/content/hosting.md
@@ -17,7 +17,7 @@
 
 | Configuration option   | Value              |
 | ---------------------- | ------------------ |
-| Production branch      | `v4-alpha`         |
+| Production branch      | `v4`         |
 | Framework preset       | `None`             |
 | Build command          | `npx quartz build` |
 | Build output directory | `public`           |
@@ -38,7 +38,7 @@
 on:
   push:
     branches:
-      - v4-alpha
+      - v4
 
 permissions:
   contents: read
diff --git a/content/index.md b/content/index.md
index 4568151..2e643f2 100644
--- a/content/index.md
+++ b/content/index.md
@@ -13,7 +13,7 @@
 ```shell
 git clone https://github.com/jackyzha0/quartz.git
 cd quartz
-git checkout v4-alpha
+git checkout v4
 npm i
 npx quartz create
 ```
diff --git a/content/migrating from Quartz 3.md b/content/migrating from Quartz 3.md
index f322e86..4af4868 100644
--- a/content/migrating from Quartz 3.md
+++ b/content/migrating from Quartz 3.md
@@ -5,8 +5,8 @@
 As you already have Quartz locally, you don't need to fork or clone it again. Simply just checkout the alpha branch, install the dependencies, and import your old vault.
 
 ```bash
-git checkout v4-alpha
-git pull upstream v4-alpha
+git checkout v4
+git pull upstream v4
 npm i
 npx quartz create
 ```
diff --git a/content/showcase.md b/content/showcase.md
index e7748ba..e87dc60 100644
--- a/content/showcase.md
+++ b/content/showcase.md
@@ -16,4 +16,4 @@
 - [Abhijeet's Math Wiki](https://abhmul.github.io/quartz/Math-Wiki/)
 - [Mike's AI Garden 🤖🪴](https://mwalton.me/)
 
-If you want to see your own on here, submit a [Pull Request adding yourself to this file](https://github.com/jackyzha0/quartz/blob/v4-alpha/content/showcase.md)!
+If you want to see your own on here, submit a [Pull Request adding yourself to this file](https://github.com/jackyzha0/quartz/blob/v4/content/showcase.md)!
diff --git a/quartz/bootstrap-cli.mjs b/quartz/bootstrap-cli.mjs
index ee62a56..643733f 100755
--- a/quartz/bootstrap-cli.mjs
+++ b/quartz/bootstrap-cli.mjs
@@ -19,7 +19,7 @@
 
 const ORIGIN_NAME = "origin"
 const UPSTREAM_NAME = "upstream"
-const QUARTZ_SOURCE_BRANCH = "v4-alpha"
+const QUARTZ_SOURCE_BRANCH = "v4"
 const cwd = process.cwd()
 const cacheDir = path.join(cwd, ".quartz-cache")
 const cacheFile = "./.quartz-cache/transpiled-build.mjs"

--
Gitblit v1.10.0