apify / apify-docs

This project is the home of Apify's documentation.
https://docs.apify.com
Apache License 2.0
26 stars 73 forks source link

fix: remove race condition from the changelog generation #1186

Closed barjin closed 3 weeks ago

barjin commented 3 weeks ago

Removes the reintroduced changelog generator race condition.

Fixes the options.changelogFromRoot bug when the default changelog is never overwritten (default changelog is always newer than the source changelog) by tracking which changelogs are default and can be overwritten.