How to generate NodeCore changelogs
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.