Skip to content

Commit

Permalink
doc(crypto-js): Update documentation for the release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Aug 22, 2022
1 parent 2481618 commit 331f8b3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release_crypto_js.yml
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit 331f8b3

Please sign in to comment.