From 53ab0d664580a0e698b913626cf19477601125f6 Mon Sep 17 00:00:00 2001 From: Daniel Bate Date: Tue, 19 Dec 2023 14:56:12 +0000 Subject: [PATCH] chore: improve rc release message (#1559) --- .changeset/tasty-hotels-pay.md | 2 ++ .github/workflows/rc-release.yaml | 9 ++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .changeset/tasty-hotels-pay.md 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 }}