From 331f8b381ffa9ad4ea4266599b4a996c66b76a07 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Mon, 22 Aug 2022 15:10:01 +0200 Subject: [PATCH] doc(crypto-js): Update documentation for the release workflow. --- .github/workflows/release_crypto_js.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release_crypto_js.yml b/.github/workflows/release_crypto_js.yml index 6514e5953..f5f98ce95 100644 --- a/.github/workflows/release_crypto_js.yml +++ b/.github/workflows/release_crypto_js.yml @@ -1,9 +1,10 @@ # This workflow releases the `matrix-sdk-crypto-js` project. # -# It is triggered when a new tag matches -# `matrix-sdk-crypto-js-v[0-9]+.*`, which then build the package for -# the binding, run its tests to ensure everything is still correct, -# and publish the package on NPM. +# It is triggered when a new tag appears that matches +# `matrix-sdk-crypto-js-v[0-9]+.*`. This workflow builds the package +# for the binding, run its tests to ensure everything is still +# correct, and publish the package on NPM and on a newly created +# Github release. name: Release `crypto-js`