diff --git a/.github/README.md b/.github/README.md index 9bb5a274..4e54476e 100644 --- a/.github/README.md +++ b/.github/README.md @@ -21,7 +21,7 @@ Frodo-lib powers [frodo-cli](https://github.com/rockcarver/frodo-cli), the comma ### Multi-Instantiability -2.x introduces breaking changes to support multiple instances of the library to run concurrently and connect to multiple different ForgeRock Identity Platform instances at the same time. [1.x](https://github.com/rockcarver/frodo-lib/tree/1.x) operates using a global singleton, making it impossible to connect to more than one platform instance at a time. +2.x introduces breaking changes to support multiple instances of the library to run concurrently and connect to multiple different Ping Identity Platform instances at the same time. [1.x](https://github.com/rockcarver/frodo-lib/tree/1.x) operates using a global singleton, making it impossible to connect to more than one platform instance at a time. ### New Library Structure diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 94a28711..a3fd48c7 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -214,7 +214,7 @@ jobs: - name: Add next tag if: ${{ ! fromJSON(needs.build.outputs.preRelease) }} run: | - export INPUT_TOKEN=${{ secrets.NPM_ACCESS_TOKEN }} + echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_ACCESS_TOKEN }}" >> ~/.npmrc npm whoami npm dist-tag add @rockcarver/frodo-lib@${{ needs.build.outputs.newVersion }} next diff --git a/CHANGELOG.md b/CHANGELOG.md index 78a01300..7fbc1b62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Multi-Instantiability -2.x introduces breaking changes to support multiple instances of the library to run concurrently and connect to multiple different ForgeRock Identity Platform instances at the same time. [1.x](https://github.com/rockcarver/frodo-lib/tree/1.x) operates using a global singleton, making it impossible to connect to more than one platform instance at a time. +2.x introduces breaking changes to support multiple instances of the library to run concurrently and connect to multiple different Ping Identity Platform instances at the same time. [1.x](https://github.com/rockcarver/frodo-lib/tree/1.x) operates using a global singleton, making it impossible to connect to more than one platform instance at a time. #### New Library Structure diff --git a/PIPELINE.md b/PIPELINE.md index 42d8c889..c507d3bb 100644 --- a/PIPELINE.md +++ b/PIPELINE.md @@ -1,6 +1,6 @@ # Frodo Library Release Pipeline -The Frodo Library project uses a fully automated release [pipeline](../.github/workflows/pipeline.yml) based on GitHub workflows: +The Frodo Library project uses a fully automated release [pipeline](../.github/workflows/pipeline.yml) based on GitHub workflows and actions ([check GitHub services status](https://www.githubstatus.com/)): ![Frodo Library Release Pipeline Workflow](resources/images/release_pipeline.png) @@ -46,8 +46,6 @@ Maintainers must adhere to the [guidelines set forth by the npm project](https:/ ![NPM Versioning Guidelines](resources/images/npm_versioning_guidelines.png) -Frodo is currently in a pre-1.0.0 phase. We are striving to release 1.0.0 very soon. - ## Current Pipeline Explained ### Trigger Event