diff --git a/.changeset/tasty-hotels-pay.md b/.changeset/tasty-hotels-pay.md new file mode 100644 index 00000000000..a845151cc84 --- /dev/null +++ b/.changeset/tasty-hotels-pay.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/rc-release.yaml b/.github/workflows/rc-release.yaml index 3e39c17a384..56940cf58ce 100644 --- a/.github/workflows/rc-release.yaml +++ b/.github/workflows/rc-release.yaml @@ -53,6 +53,13 @@ jobs: - uses: mshick/add-pr-comment@v2 with: message: | - This RC is published in NPM with version **${{ steps.rc_name.outputs.replaced }}** + RC published under the `**${{ steps.rc_name.outputs.replaced }}**` tag. + + Install it: + ```bash + pnpm add fuels@{{ steps.rc_name.outputs.replaced }} + ``` + Check it out: + - https://www.npmjs.com/package/fuels/v/{{ steps.rc_name.outputs.replaced }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}