Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
test:
name: Build and Test
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand All @@ -37,7 +37,7 @@ jobs:
name: Release
needs: test
permissions: write-all
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Obtain App Token
uses: actions/create-github-app-token@v1.10.3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/size-limit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: "size"
on:
pull_request:
branches:
- master
- main
jobs:
size:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
CI_JOB_NUMBER: 1
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/techdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish TechDocs Site
on:
push:
branches:
- master
- main
paths:
- "docs/**"
- "mkdocs.yml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yarn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [pull_request_target]

jobs:
check:
runs-on: ubuntu-20.04
runs-on: ubuntu-slim
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
branches:
- main
tagFormat: ${version}
debug: true
dryRun: false
Expand Down
12 changes: 6 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# plugins-client-sdk

[![Build Status](https://github.com/Staffbase/plugins-client-sdk/workflows/Continuous%20Integration/badge.svg?branch=master)](https://github.com/Staffbase/plugins-client-sdk/actions)
[![Build Status](https://github.com/Staffbase/plugins-client-sdk/workflows/Continuous%20Integration/badge.svg?branch=main)](https://github.com/Staffbase/plugins-client-sdk/actions)
[![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)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

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

## API Reference

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

## Usage

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

## Contribution

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

## License

Copyright 2024 Staffbase GmbH.
Copyright 2024 Staffbase SE.

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

<table>
<tr>
<td>
<img src="docs/assets/images/staffbase.png" alt="Staffbase GmbH" width="96" />
<img src="docs/assets/images/staffbase.png" alt="Staffbase SE" width="96" />
</td>
<td>
<b>Staffbase GmbH</b>
<b>Staffbase SE</b>
<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>
<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>
</td>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"plugin",
"api"
],
"author": "Staffbase GmbH (https://staffbase.com/)",
"author": "Staffbase SE (https://staffbase.com/)",
"contributors": [
"Stefan Staude <stefan.staude@staffbase.com>",
"Daniel Große <daniel.grosse@staffbase.com>"
Expand Down
Loading