Dynatrace / dynatrace-automation-tools

Apache License 2.0
12 stars 2 forks source link

[Feature] Align version in package.json and index.ts #19

Closed tobigremmer-dt closed 1 year ago

tobigremmer-dt commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, a "version" is maintained redundantly in package.json as well as index.ts. This is hard to automate, maintain and very prone to errors.

The version in package.json shall be re-used in index.ts.

drqc commented 1 year ago

solved by providing a version file to centralize version of https://github.com/dynatrace-ace/dynatrace-automation-tools/blob/main/cli/src/version.ts