Skip to content

Commit

Permalink
chore: rename beta/master branches to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 23, 2024
1 parent c699ea1 commit 3824bad
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body:
attributes:
value: |
**Make sure you're on the latest bleeding edge build**
*Before you report a bug, make sure you're not reporting something that have been fixed in the master branch by downloading a "latest" build from https://builds.bitfocus.io/companion/*
*Before you report a bug, make sure you're not reporting something that have been fixed in the main branch by downloading a "latest" build from https://builds.bitfocus.io/companion/*
**This form is only for bugs related to the Companion software itself. If you are reporting a bug that you feel is limited to a specific Companion module, please make the bug report directly in that module's repository.** Most Repositories can be located within the Bitfocus Github account (https://github.com/bitfocus?type=source) with the following naming convention: companion-module-*manufacturer*-*product*
- type: checkboxes
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
uses: bitfocus/actions/upload-and-notify@main
with:
long-version: ${{ steps.filenames.outputs.longversion }}
beta-branch: beta
beta-branch: main
dev-branch: develop

source-filename: ${{ steps.filenames.outputs.sourcename }}
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
uses: bitfocus/actions/upload-and-notify@main
with:
long-version: ${{ steps.filenames.outputs.longversion }}
beta-branch: beta
beta-branch: main
dev-branch: develop

source-filename: ${{ steps.filenames.outputs.sourcename }}
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
uses: bitfocus/actions/upload-and-notify@main
with:
long-version: ${{ steps.filenames.outputs.longversion }}
beta-branch: beta
beta-branch: main
dev-branch: develop

source-filename: ${{ steps.filenames.outputs.sourcename }}
Expand Down Expand Up @@ -293,7 +293,7 @@ jobs:
uses: bitfocus/actions/upload-and-notify@main
with:
long-version: ${{ steps.filenames.outputs.longversion }}
beta-branch: beta
beta-branch: main
dev-branch: develop

source-filename: ${{ steps.filenames.outputs.sourcename }}
Expand Down Expand Up @@ -361,7 +361,7 @@ jobs:
uses: bitfocus/actions/upload-and-notify@main
with:
long-version: ${{ steps.filenames.outputs.longversion }}
beta-branch: beta
beta-branch: main
dev-branch: develop

source-filename: ${{ steps.filenames.outputs.sourcename }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
MODULES_BRANCH: main
COMPANION_BRANCH: beta
COMPANION_BRANCH: main

jobs:
sync-modules:
Expand Down
2 changes: 1 addition & 1 deletion webui/src/GettingStarted.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ function RenderSubsection({ subsect, setVisibleFiles, visibleFiles }: RenderSubs
{subsect.label}
</h4>
<a
href={`https://github.com/bitfocus/companion/blob/master/docs/${subsect.file}`}
href={`https://github.com/bitfocus/companion/blob/main/docs/${subsect.file}`}
target="_new"
style={style.contentGithubLink}
>
Expand Down

0 comments on commit 3824bad

Please sign in to comment.