Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ npm init @brightspace-ui
* Unit tests with cross-browser testing
* Continuous Integration using GitHub Actions
* Dependabot
* [GitHub Release and publish to NPM*](#semantic-release)
* [GitHub Release and Publishing*](#semantic-release)

### Optional

Expand All @@ -41,9 +41,9 @@ Visual diff results are published to a bucket in S3 and need special tokens to d

### Semantic Release

In order for the release workflow to automatically update the version, the repo needs to be configured with a `D2L_RELEASE_TOKEN`.
In order for the release workflow to automatically update the version, the repo needs to be configured with a `D2L_RELEASE_TOKEN`. Learn more in the [action docs](https://github.com/BrightspaceUI/actions/blob/main/docs/release-token.md).

Learn more in the [action docs](https://github.com/BrightspaceUI/actions/blob/main/docs/release-token.md).
There is also [additional setup required](https://github.com/BrightspaceUI/actions/tree/main/semantic-release#npm-package-deployment) for publishing, depending on whether your repo will publish to npm or CodeArtifact.

### Test Reporting

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ jobs:
uses: BrightspaceUI/actions/semantic-release@main
with:
GITHUB_TOKEN: ${{ secrets.D2L_RELEASE_TOKEN }}
NPM: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}