doc(crypto-js): Update documentation for the release workflow.

This commit is contained in:
Ivan Enderlin
2022-08-22 15:10:01 +02:00
parent 2481618608
commit 331f8b381f
+5 -4
View File
@@ -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`