File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414jobs :
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
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
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: "size"
22on :
33 pull_request :
44 branches :
5- - master
5+ - main
66jobs :
77 size :
8- runs-on : ubuntu-latest
8+ runs-on : ubuntu-24.04
99 env :
1010 CI_JOB_NUMBER : 1
1111 steps :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Publish TechDocs Site
33on :
44 push :
55 branches :
6- - master
6+ - main
77 paths :
88 - " docs/**"
99 - " mkdocs.yml"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ on: [pull_request_target]
33
44jobs :
55 check :
6- runs-on : ubuntu-20.04
6+ runs-on : ubuntu-slim
77 steps :
88 - name : Checkout
99 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1+ branches:
2+ - main
13tagFormat: ${version}
24debug: true
35dryRun: false
Original file line number Diff line number Diff line change 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
4848Licensed 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>
Original file line number Diff line number Diff line change 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>"
You can’t perform that action at this time.
0 commit comments