doc(crypto-js): Update documentation for the release workflow.
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user