DEV Community

Cover image for 📜 Better collab flows w. (git) Conventional Commits
adriens for opt-nc

Posted on • Edited on

2

📜 Better collab flows w. (git) Conventional Commits

❔ About

When you create software, delivering it as fast as possible :

  • 🛡️ Without impacting your end-users with breaking changes and deliver
  • ⚡ Consistently deliver features as soon as they are ready
  • 💡 Deliver on-purpose versions according to a coherent semantic
  • 📜 Deliver nice looking and auto-documented release notes

🫵 You have no option : "you have to automate that"... and the best place to do that is just at the beginning of the pipeline :** within code activity, within the commits themselves.**

🎯 What you'll learn (< 15')

In this post (and without any git required knowledge), you'll see how this can be achieved within a simple yet very powerful demo that helps understand core concepts.

🍿 Demo

📑 Resources

🙏 Acknowledgments

kudos to @lschaeffer313 for the session, we had a great moment together... and the technique has been adopted on all our projects, for a daily usage.

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (3)

Collapse
 
adriens profile image
adriens
Collapse
 
adriens profile image
adriens

Collapse
 
adriens profile image
adriens

nextjs tutorial video

📺 Youtube Tutorial Series

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay