Skip to content

Commit dea9260

Browse files
authored
Merge pull request #270 from Staffbase/NFS-0000_change_default_branch
2 parents 9a2ead1 + 5524a16 commit dea9260

7 files changed

Lines changed: 15 additions & 13 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
1515
test:
1616
name: Build and Test
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818

1919
steps:
2020
- uses: actions/checkout@v4
@@ -37,7 +37,7 @@ jobs:
3737
name: Release
3838
needs: test
3939
permissions: write-all
40-
runs-on: ubuntu-22.04
40+
runs-on: ubuntu-24.04
4141
steps:
4242
- name: Obtain App Token
4343
uses: actions/create-github-app-token@v1.10.3

.github/workflows/size-limit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: "size"
22
on:
33
pull_request:
44
branches:
5-
- master
5+
- main
66
jobs:
77
size:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-24.04
99
env:
1010
CI_JOB_NUMBER: 1
1111
steps:

.github/workflows/techdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish TechDocs Site
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
paths:
88
- "docs/**"
99
- "mkdocs.yml"

.github/workflows/yarn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [pull_request_target]
33

44
jobs:
55
check:
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-slim
77
steps:
88
- name: Checkout
99
uses: actions/checkout@v4

.releaserc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
branches:
2+
- main
13
tagFormat: ${version}
24
debug: true
35
dryRun: false

docs/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# plugins-client-sdk
22

3-
[![Build Status](https://github.com/Staffbase/plugins-client-sdk/workflows/Continuous%20Integration/badge.svg?branch=master)](https://github.com/Staffbase/plugins-client-sdk/actions)
3+
[![Build Status](https://github.com/Staffbase/plugins-client-sdk/workflows/Continuous%20Integration/badge.svg?branch=main)](https://github.com/Staffbase/plugins-client-sdk/actions)
44
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
55
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
66

@@ -20,11 +20,11 @@ yarn add @staffbase/plugins-client-sdk
2020

2121
## API Reference
2222

23-
Please look into our [API documentation](https://github.com/Staffbase/plugins-client-sdk/blob/master/docs/api.md)
23+
Please look into our [API documentation](https://github.com/Staffbase/plugins-client-sdk/blob/main/docs/api.md)
2424

2525
## Usage
2626

27-
Please look into our [Usage documentation](https://github.com/Staffbase/plugins-client-sdk/blob/master/docs/usage.md)
27+
Please look into our [Usage documentation](https://github.com/Staffbase/plugins-client-sdk/blob/main/docs/usage.md)
2828

2929
## Contribution
3030

@@ -43,17 +43,17 @@ To run the tests a simple `# yarn jest` command in the root directory will suffi
4343

4444
## License
4545

46-
Copyright 2024 Staffbase GmbH.
46+
Copyright 2024 Staffbase SE.
4747

4848
Licensed under the Apache License, Version 2.0: <http://www.apache.org/licenses/LICENSE-2.0>
4949

5050
<table>
5151
<tr>
5252
<td>
53-
<img src="docs/assets/images/staffbase.png" alt="Staffbase GmbH" width="96" />
53+
<img src="docs/assets/images/staffbase.png" alt="Staffbase SE" width="96" />
5454
</td>
5555
<td>
56-
<b>Staffbase GmbH</b>
56+
<b>Staffbase SE</b>
5757
<br />Staffbase is an internal communications platform built to revolutionize the way you work and unite your company. Staffbase is hiring: <a href="https://staffbase.com/jobs/" target="_blank" rel="noreferrer">jobs.staffbase.com</a>
5858
<br /><a href="https://github.com/Staffbase" target="_blank" rel="noreferrer">GitHub</a> | <a href="https://staffbase.com/" target="_blank" rel="noreferrer">Website</a> | <a href="https://staffbase.com/jobs/" target="_blank" rel="noreferrer">Jobs</a>
5959
</td>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"plugin",
3131
"api"
3232
],
33-
"author": "Staffbase GmbH (https://staffbase.com/)",
33+
"author": "Staffbase SE (https://staffbase.com/)",
3434
"contributors": [
3535
"Stefan Staude <stefan.staude@staffbase.com>",
3636
"Daniel Große <daniel.grosse@staffbase.com>"

0 commit comments

Comments
 (0)