Charly Laurent

Charly Laurent

Charly Laurent

Changelog Unleashed: Mergify's Leap into Automated Feature Announcements

In this blog post, we are diving into the process we created to generate our changelog, hence announcing our new features each time a pull request is merged.

Charly Laurent

How to Change the Default Commit Message on GitHub

Ready to become a CICD Expert? Try Mergify Join our CICD Community

Charly Laurent

Streamlining Software Dependency Management with Dependabot

Try For Free

Charly Laurent

Level Up Your Docker Security: Uncover Mergify's Battle-Tested Workflow for Container Image Scanning

At Mergify, we use Docker containers to run our production environments. Containers help developers deliver their code faster and ship their features in a snap, and they are now used substantially in most software-centric organizations. We are no exception. We build our images, run them, and ship them to customers

Charly Laurent

Clean Python: Names

What is Clean Code? Clean Code is a book written in 2008 by Robert C. Martin. It compiles a lot of knowledge to help every developer write Clean Code. But what is "clean code" exactly? A code considered "clean" is code that: 1. is easy to