docs icon indicating copy to clipboard operation
docs copied to clipboard

Update manifest.version in changelog automation script

Open greyscaled opened this issue 3 years ago • 0 comments

The add_clog_to_manifest script is responsible for updating manifest.json when creating a new changelog.

https://github.com/cdr/docs/blob/94ce5fde382a2967affc03c247f5a0423e14fdc1/scripts/add_clog_to_manifest.ts#L43

However, recently, we've added a new versions: [] key to manifest.json:

https://github.com/cdr/docs/blob/94ce5fde382a2967affc03c247f5a0423e14fdc1/manifest.json#L2

The script should update this array as well

greyscaled avatar Jun 17 '21 21:06 greyscaled