Skip to content

Commit

Permalink
Merge pull request #19 from openedx/feanil/move_package
Browse files Browse the repository at this point in the history
fix: Make updates to deploy to the openedx scope.
  • Loading branch information
feanil committed Oct 19, 2023
2 parents b9e95c6 + 5f1a067 commit 47a1f45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 47a1f45

Please sign in to comment.