mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Changelog Generator
This is a generator for the changelog, you must create a file with the name of the version that you are generating the changelog for. The script will take care of the rest.
In this file you should follow the EXAMPLE.md file that is within this directory.
The script will generate a file called history.gen.md that will be used by the
changelog.md file to generate the changelog page.
Why?
Computers with lower memory/ IDEs with high memory usage can have problems with the changelog file(~10k lines). This is a way to reduce the memory usage of the changelog, also creating a more organized changelog, since all the files will be reflecting at least one version.