Skip to content

Commit 614d1aa

Browse files
committed
chore: rename main to v1
1 parent d700446 commit 614d1aa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: ci
33
on:
44
push:
55
branches:
6-
- main
6+
- v1
77
pull_request:
88
branches:
9-
- main
9+
- v1
1010

1111
jobs:
1212
ci:
@@ -37,4 +37,4 @@ jobs:
3737
run: pnpm run lint
3838

3939
- name: Typecheck
40-
run: pnpm run typecheck
40+
run: pnpm run typecheck

app/app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default defineAppConfig({
5656
title: 'Table of Contents',
5757
bottom: {
5858
title: 'Community',
59-
edit: 'https://github.com/nuxt-ui-pro/docs/edit/main/content',
59+
edit: 'https://github.com/nuxt-ui-pro/docs/edit/v1/content',
6060
links: [{
6161
icon: 'i-heroicons-star',
6262
label: 'Star on GitHub',

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ignoreDeps": [
99
"vue-tsc"
1010
],
11-
"baseBranches": ["main", "v3"],
11+
"baseBranches": ["v1", "v3"],
1212
"packageRules": [{
1313
"matchDepTypes": ["resolutions"],
1414
"enabled": false

0 commit comments

Comments
 (0)