Skip to content

Commit 17e9379

Browse files
author
Thorn Walli
committed
ci(next): replace develop with next
1 parent 64ceb87 commit 17e9379

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.branchlintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"disallowed": [
2424
"main",
2525
"master",
26-
"develop",
26+
"next",
2727
"staging"
2828
],
2929
"seperator": "/",

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [main, develop]
16+
branches: [main, next]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
1919
branches: [main]

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Grabarz & Partner - Module][grabarz-partner-module-src]][grabarz-partner-href]
66

77
[![main][github-workflow-main-src]][github-workflow-main-href]
8-
[![develop][github-workflow-develop-src]][github-workflow-develop-href]
8+
[![next][github-workflow-next-src]][github-workflow-next-href]
99
[![Sonarcloud Status][sonarcloud-src]][sonarcloud-href]
1010

1111
[![npm version][npm-version-latest-src]][npm-version-latest-href]
@@ -81,8 +81,8 @@ or look here
8181

8282
[github-workflow-main-src]: <https://github.com/GrabarzUndPartner/nuxt-speedkit/workflows/Main/badge.svg?branch=main>
8383
[github-workflow-main-href]: <https://github.com/GrabarzUndPartner/nuxt-speedkit/actions?query=workflow%3AMain>
84-
[github-workflow-develop-src]: <https://github.com/GrabarzUndPartner/nuxt-speedkit/workflows/Test/badge.svg?branch=develop>
85-
[github-workflow-develop-href]: <https://github.com/GrabarzUndPartner/nuxt-speedkit/actions?query=workflow%3ATest>
84+
[github-workflow-next-src]: <https://github.com/GrabarzUndPartner/nuxt-speedkit/workflows/Test/badge.svg?branch=next>
85+
[github-workflow-next-href]: <https://github.com/GrabarzUndPartner/nuxt-speedkit/actions?query=workflow%3ATest>
8686
[dependencies-status-src]: <https://david-dm.org/GrabarzUndPartner/nuxt-speedkit/status.svg>
8787
[dependencies-status-href]: <https://david-dm.org/GrabarzUndPartner/nuxt-speedkit>
8888
[dependencies-dev-status-src]: <https://david-dm.org/GrabarzUndPartner/nuxt-speedkit/dev-status.svg>

renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"@nuxtjs"
44
],
55
"baseBranches": [
6-
"develop"
6+
"next"
77
],
88
"rangeStrategy": "pin",
99
"ignoreDeps": [

0 commit comments

Comments
 (0)