diff --git a/.changeset/config.json b/.changeset/config.json index 4caa3a0d..ad7197df 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -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": [] } diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d3ba083..b04b437a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: push: branches: - - master + - oak-main concurrency: ${{ github.workflow }}-${{ github.ref }} @@ -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 }} diff --git a/README.md b/README.md index 7e34b3aa..cac90c4e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
-

Strapi Webtools

+

Strapi Webtools - Oak digital fork (Just for using bugfixes faster)

Unique, flexible and autogenerated URLs for your Strapi managed web content.

diff --git a/packages/core/package.json b/packages/core/package.json index 0ad89a7b..5cd17f96 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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": {