Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(nns-tools): Use gdate command instead of date (#4008)
Both Max and jason were unable to run the changelog-related commands because their environment was defaulting to the macos `date` command rather than the gnu one, which is more full-featured. I think gdate will work for them though. It comes with coreutils which most people should have already probably (i think you need it to compile rust?). Also the release runscript will tell you to install coreutils if you haven't yet.
- Loading branch information