Skip to content

Commit

Permalink
Merge pull request #2745 from openedx/feanil/move_package
Browse files Browse the repository at this point in the history
feanil/move package
  • Loading branch information
feanil authored Oct 24, 2023
2 parents 20be580 + 250b965 commit 9698463
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 17 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
- name: Setup Nodejs Env
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VER }}
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Lint
Expand All @@ -34,8 +31,8 @@ jobs:
uses: codecov/codecov-action@v3
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_NPM_TOKEN }}
run: npx semantic-release
- name: Deploy 🚀
uses: JamesIves/[email protected]
Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Paragon

## Warning: Package Moved

While the Paragon design system will continue to receive updates, these updates
will no longer be published at the @edx/paragon NPM package. Instead, the
latest versions can be found with
[@openedx/paragon](https://www.npmjs.com/package/@openedx/paragon) instead.

[![Build Status](https://github.com/openedx/paragon/actions/workflows/release.yml/badge.svg)](https://github.com/openedx/paragon/actions/workflows/release.yml)
[![npm_version](https://img.shields.io/npm/v/@edx/paragon.svg)](@edx/paragon)
![status](https://img.shields.io/badge/status-Maintained-brightgreen)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@edx/paragon",
"name": "@openedx/paragon",
"version": "20.18.1",
"description": "Accessible, responsive UI component library based on Bootstrap.",
"main": "dist/index.js",
Expand Down

0 comments on commit 9698463

Please sign in to comment.