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
  • 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.