diff --git a/.github/workflows/blui-ci.yml b/.github/workflows/blui-ci.yml index af5aea24..83d1457d 100644 --- a/.github/workflows/blui-ci.yml +++ b/.github/workflows/blui-ci.yml @@ -1,4 +1,4 @@ -name: CI Run +name: Build on: push: @@ -101,7 +101,7 @@ jobs: with: node-version: ${{ matrix.node-version }} registry-url: 'https://registry.npmjs.org' - - run: yarn --frozen-lockfile + - run: yarn --immutable - run: npm run publish:package -b ${{env.BRANCH}} working-directory: packages/icon-font @@ -126,7 +126,7 @@ jobs: with: node-version: ${{ matrix.node-version }} registry-url: 'https://registry.npmjs.org' - - run: yarn --frozen-lockfile + - run: yarn --immutable - run: npm run publish:package -b ${{env.BRANCH}} working-directory: packages/svg @@ -151,7 +151,7 @@ jobs: with: node-version: ${{ matrix.node-version }} registry-url: 'https://registry.npmjs.org' - - run: yarn --frozen-lockfile + - run: yarn --immutable - run: npm run publish:package -b ${{env.BRANCH}} working-directory: packages/mui @@ -176,6 +176,6 @@ jobs: with: node-version: ${{ matrix.node-version }} registry-url: 'https://registry.npmjs.org' - - run: yarn --frozen-lockfile + - run: yarn --immutable - run: npm run publish:package -b ${{env.BRANCH}} working-directory: packages/rn-vector \ No newline at end of file diff --git a/packages/icon-font/PUBLISHING.md b/packages/icon-font/PUBLISHING.md index 69b44b67..3d5ef96d 100644 --- a/packages/icon-font/PUBLISHING.md +++ b/packages/icon-font/PUBLISHING.md @@ -2,7 +2,7 @@ ## Automatic Publishing -This package is published to NPM automatically by CircleCI when code is merged into the `dev` or `master` branches. To publish a new version, simply update the version in `package.json` and merge your code into the appropriate branch. +This package is published to NPM automatically by Github when code is merged into the `dev` or `master` branches. To publish a new version, simply update the version in `package.json` and merge your code into the appropriate branch. - The `dev` branch will publish versions marked as `alpha` or `beta`. - The `master` branch will publish any version (`alpha`, `beta`, or `latest`). @@ -26,4 +26,4 @@ yarn build npm adduser && yarn publish:package ``` -> Publishing manually should only be done for `alpha` or `beta` packages. The command will work for `latest` packages, but this should be avoided except in rare situations where the automatic publishing functionality is not working in CircleCI. +> Publishing manually should only be done for `alpha` or `beta` packages. The command will work for `latest` packages, but this should be avoided except in rare situations where the automatic publishing functionality is not working in Github. diff --git a/packages/icon-font/README.md b/packages/icon-font/README.md index 82d23609..d0b9a8e7 100644 --- a/packages/icon-font/README.md +++ b/packages/icon-font/README.md @@ -1,7 +1,7 @@ # Brightlayer UI Supplemental Icons [![](https://img.shields.io/npm/v/@brightlayer-ui/icons.svg?label=@brightlayer-ui/icons&style=flat)](https://www.npmjs.com/package/@brightlayer-ui/icons) -[![](https://img.shields.io/circleci/project/github/etn-ccis/blui-icons/master.svg?style=flat)](https://circleci.com/gh/etn-ccis/blui-icons/tree/master) +[![Build](https://github.com/etn-ccis/blui-icons/actions/workflows/blui-ci.yml/badge.svg?branch=master)](https://github.com/etn-ccis/blui-icons/actions/workflows/blui-ci.yml) This is a library of supplemental icons, to be used in conjunction with the standard Material Design icons in Brightlayer UI applications. diff --git a/packages/mui/PUBLISHING.md b/packages/mui/PUBLISHING.md index 1b91a20f..b700e39c 100644 --- a/packages/mui/PUBLISHING.md +++ b/packages/mui/PUBLISHING.md @@ -2,7 +2,7 @@ ## Automatic Publishing -This package is published to NPM automatically by CircleCI when code is merged into the `dev` or `master` branches. To publish a new version, simply update the version in `package.json` and merge your code into the appropriate branch. +This package is published to NPM automatically by Github when code is merged into the `dev` or `master` branches. To publish a new version, simply update the version in `package.json` and merge your code into the appropriate branch. - The `dev` branch will publish versions marked as `alpha` or `beta`. - The `master` branch will publish any version (`alpha`, `beta`, or `latest`). @@ -28,4 +28,4 @@ cd dist npm adduser && yarn publish:package ``` -> Publishing manually should only be done for `alpha` or `beta` packages. The command will work for `latest` packages, but this should be avoided except in rare situations where the automatic publishing functionality is not working in CircleCI. +> Publishing manually should only be done for `alpha` or `beta` packages. The command will work for `latest` packages, but this should be avoided except in rare situations where the automatic publishing functionality is not working in Github. diff --git a/packages/mui/README.md b/packages/mui/README.md index c70685d7..40db16a9 100644 --- a/packages/mui/README.md +++ b/packages/mui/README.md @@ -1,4 +1,4 @@ -[![](https://img.shields.io/circleci/project/github/etn-ccis/blui-icons/mui/master.svg?style=flat)](https://circleci.com/gh/etn-ccis/blui-icons/tree/master) +[![Build](https://github.com/etn-ccis/blui-icons/actions/workflows/blui-ci.yml/badge.svg?branch=master)](https://github.com/etn-ccis/blui-icons/actions/workflows/blui-ci.yml) ![npm](https://img.shields.io/npm/v/@brightlayer-ui/icons-mui?label=%40brightlayer-ui/icons-mui) # Brightlayer UI Icons for MUI diff --git a/packages/svg/PUBLISHING.md b/packages/svg/PUBLISHING.md index 69b44b67..3d5ef96d 100644 --- a/packages/svg/PUBLISHING.md +++ b/packages/svg/PUBLISHING.md @@ -2,7 +2,7 @@ ## Automatic Publishing -This package is published to NPM automatically by CircleCI when code is merged into the `dev` or `master` branches. To publish a new version, simply update the version in `package.json` and merge your code into the appropriate branch. +This package is published to NPM automatically by Github when code is merged into the `dev` or `master` branches. To publish a new version, simply update the version in `package.json` and merge your code into the appropriate branch. - The `dev` branch will publish versions marked as `alpha` or `beta`. - The `master` branch will publish any version (`alpha`, `beta`, or `latest`). @@ -26,4 +26,4 @@ yarn build npm adduser && yarn publish:package ``` -> Publishing manually should only be done for `alpha` or `beta` packages. The command will work for `latest` packages, but this should be avoided except in rare situations where the automatic publishing functionality is not working in CircleCI. +> Publishing manually should only be done for `alpha` or `beta` packages. The command will work for `latest` packages, but this should be avoided except in rare situations where the automatic publishing functionality is not working in Github. diff --git a/packages/svg/README.md b/packages/svg/README.md index 527f98d4..5488459e 100644 --- a/packages/svg/README.md +++ b/packages/svg/README.md @@ -1,7 +1,7 @@ # Brightlayer UI SVG Icons [![](https://img.shields.io/npm/v/@brightlayer-ui/icons-svg.svg?label=@brightlayer-ui/icons-svg&style=flat)](https://www.npmjs.com/package/@brightlayer-ui/icons-svg) -[![](https://img.shields.io/circleci/project/github/etn-ccis/blui-icons/master.svg?style=flat)](https://circleci.com/gh/etn-ccis/blui-icons/tree/master) +[![Build](https://github.com/etn-ccis/blui-icons/actions/workflows/blui-ci.yml/badge.svg?branch=master)](https://github.com/etn-ccis/blui-icons/actions/workflows/blui-ci.yml) This is a library of SVG Icons for use in Brightlayer UI applications.