pixelastic / norska

🏔️ Custom SSG using Pug, Webpack, PostCSS and Tailwind.
https://projects.pixelastic.com/norska/
MIT License
8 stars 0 forks source link

Add git log since last deploy #107

Closed pixelastic closed 3 years ago

pixelastic commented 3 years ago

Builds on Netlify are correctly cancelled when no relevant file is changed, but the output is hard to parse. In addition to displaying the last deploy commit, I should print the list of commits since the last deploy, with their messages.

pixelastic commented 3 years ago

I'm not so sure displaying the list of all the commits is what we need. We're doing all our checks on the file difference between the reference commit and the current one.

If we display the list of commits, it might display a whole lot of commit that change the same file (like renovate), or commits that cancel each other. Which, in regards to the files checked are just noise.

Maybe displaying a diff of changes files would be better

pixelastic commented 3 years ago

Done: image