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.

Sentry image

See why 4M developers consider Sentry, โ€œnot bad.โ€

Fixing code doesnโ€™t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (3)

Collapse
 
adriens profile image
adriens โ€ข
Collapse
 
adriens profile image
adriens โ€ข

Collapse
 
adriens profile image
adriens โ€ข

Eliminate Context Switching and Maximize Productivity

Pieces.app

Pieces Copilot is your personalized workflow assistant, working alongside your favorite apps. Ask questions about entire repositories, generate contextualized code, save and reuse useful snippets, and streamline your development process.

Learn more

๐Ÿ‘‹ Kindness is contagious

Please leave a โค๏ธ or a friendly comment on this post if you found it helpful!

Okay