From 5f1a06775619a7cd6fdea02d8c589177a4d146ce Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 19 Oct 2023 10:48:03 -0400 Subject: [PATCH] fix: Make updates to deploy to the openedx scope. Update the config and docs to publish this package to the new `openedx` npm scope. --- .github/workflows/release.yml | 4 ++-- README.md | 6 +----- package.json | 4 ++-- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8edd2b46..96acb56e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,6 @@ jobs: run: npm ci - name: Release env: - GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} + GITHUB_TOKEN: ${{ secrets.OPENEDX_NPM_RELEASE_GITHUB_TOKEN }} + NPM_TOKEN: ${{ secrets.OPENEDX_NPM_RELEASE_NPM_TOKEN }} run: npx semantic-release diff --git a/README.md b/README.md index 004a503e..dcdb77c1 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,7 @@ # Open edX Brand Package Interface -**Warning** This package will no longer receive updates. The latest version -of this package can be found at -https://www.npmjs.com/package/@openedx/brand-openedx - This project contains the default branding assets and style used in Open edX -applications. It is published on npm as `@edx/brand-openedx`. +applications. It is published on npm as `@openedx/brand-openedx`. The file structure serves as an interface to be implemented for custom branding and theming of Open edX. diff --git a/package.json b/package.json index bc71df19..875affea 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "name": "@edx/brand-openedx", + "name": "@openedx/brand-openedx", "version": "1.0.0-semantically-released", "description": "The default branding and SASS theme package containing for Open edX applications. This package is designed to be copied and customized.", "repository": { "type": "git", "url": "git+https://github.com/openedx/brand-openedx.git" }, - "author": "edX", + "author": "Open edX Community", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/openedx/brand-openedx/issues"