Company
Date Published
Author
Phil Hawksworth
Word count
143
Language
English
Hacker News points
None

Summary

Netlify has introduced a new feature that allows developers to suppress automated builds and deployments when pushing changes to their Git repository. This feature gives users more control over when automated builds run, allowing them to commit changes without triggering the CI every time. To skip the CI, developers can add "[skip ci]" anywhere within their commit message, or by adding it in the commit message of the last commit of a set of commits and pushing them together. The new feature is designed to provide greater flexibility and control for users, and more information can be found in Netlify's documentation.