How to generate NodeCore changelogs

From NodeCore Wiki
Revision as of 14:28, 16 October 2020 by Warr1024 (talk | contribs) (Instructions for generating NC changelogs directly using git/perl)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  • These instructions require a unix-like system (Linux, BSD, WSL, Mac+homebrew, etc)
  • You will need a local clone of the git repo (https://gitlab.com/sztest/nodecore)
  • Make sure you are on the correct branch. You will not be able to see Alpha commits unless you are on the dev branch.
  • Make sure you pull latest, or you won't see any changes since your last pull.
git log --pretty='%at-%h %s %d' | perl -pne 's#\d{5,}#substr("00000000".int(($&-1540612800)/60),-8)#e'

Not every version that's listed will have produced an official release package on Minetest ContentDB.