Skip to content

Commit

Permalink
chore: changed to oak
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexnortung committed Feb 8, 2024
1 parent 9b0394d commit c1142e0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "pluginpal/strapi-webtools" }
{
"repo": "pluginpal/strapi-webtools"
}
],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "master",
"baseBranch": "oak-main",
"updateInternalDependencies": "patch",
"ignore": []
}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- master
- oak-main

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand All @@ -30,5 +30,5 @@ jobs:
publish: yarn release:publish
version: yarn release:prepare
env:
GITHUB_TOKEN: ${{ secrets.PLUGINPAL_BOT_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<h1>Strapi Webtools</h1>
<h1>Strapi Webtools - Oak digital fork (Just for using bugfixes faster)</h1>

<p style="margin-top: 0;">Unique, flexible and autogenerated URLs for your Strapi managed web content.</p>

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@pluginpal/webtools-core",
"name": "@oak-digital/webtools-core",
"version": "1.0.0-beta.6",
"description": "This is the description of the plugin.",
"strapi": {
Expand Down

0 comments on commit c1142e0

Please sign in to comment.