diff --git a/.changeset/config.json b/.changeset/config.json index e4726665a7..cbaa961914 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -6,7 +6,7 @@ "prettier": false, "linked": [], "access": "public", - "baseBranch": "main", + "baseBranch": "v4", "updateInternalDependencies": "patch", "privatePackages": { "tag": false, diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index b0e295c6cd..5b20e95756 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -3,7 +3,7 @@ name: Publish Skeleton on: push: branches: - - main + - v4 concurrency: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index b0df5bb6cb..1af4f502ee 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -5,6 +5,7 @@ on: branches: - main - v3 + - v4 pull_request: concurrency: diff --git a/sites/skeleton.dev/src/components/ui/header/header.astro b/sites/skeleton.dev/src/components/ui/header/header.astro index 0ee66da2d9..86b69de771 100644 --- a/sites/skeleton.dev/src/components/ui/header/header.astro +++ b/sites/skeleton.dev/src/components/ui/header/header.astro @@ -111,6 +111,8 @@ const socialLinks = [ +
You are viewing the archived Skeleton v4.0 documentation.
+