DataDog / datadog-cloudformation-macro

CloudFormation Macros by Datadog
Apache License 2.0
14 stars 22 forks source link

version in package json not correct #47

Closed matthias-pichler closed 2 years ago

matthias-pichler commented 2 years ago

Expected Behavior

The version in package.json should be 0.2.1 in the newest release.

Actual Behavior

I downloaded the serverless-macro-0.2.1.zip and inspected the contents. I saw that the package.json file still has 0.2.0 as the version. And in my infrastructure I also see dd_sls_macro: v0.2.0

Steps to Reproduce the Problem

Specifications

For the Datadog Serverless Macro:

Stacktrace

hghotra commented 2 years ago

Thanks for flagging this @matthias-pichler-warrify , it seems like this has been an issue since 0.1.13 due to a bug in the release script. I've fixed the issue and released a new version.