DataDog / dd-native-iast-rewriter-js

Apache License 2.0
3 stars 1 forks source link

Automatic release workflow #52

Closed iunanua closed 1 year ago

iunanua commented 1 year ago

What does this PR do?

Adds the release.yml workflow in order to publish to npm automatically. The trigger for the workflow is the pushes to branches whose name matches the expression v[0-9]+.x.

So, on every push, the workflow checks out the code, executes npm pack and npm publish

Motivation

Additional Notes

Describe how to test your changes

Checklist