<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Mise on DevOps von UCLAB</title>
    <link>https://uclab.dev/tags/mise/</link>
    <description>Recent content in Mise on DevOps von UCLAB</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Thu, 05 Mar 2026 08:57:10 +0000</lastBuildDate>
    <atom:link href="https://uclab.dev/tags/mise/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Conventional Commits</title>
      <link>https://uclab.dev/posts/conventional-commits/</link>
      <pubDate>Thu, 05 Mar 2026 08:57:10 +0000</pubDate>
      <guid>https://uclab.dev/posts/conventional-commits/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re running a DevPod-based development environment and want to enforce &lt;a href=&#34;https://www.conventionalcommits.org/&#34;&gt;Conventional Commits&lt;/a&gt; across your team, this post walks through how to wire up &lt;strong&gt;Commitizen&lt;/strong&gt; and &lt;strong&gt;pre-commit&lt;/strong&gt; automatically — so every developer gets the right hooks installed the moment they enter the container, with zero manual setup.&lt;/p&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://uclab.dev/posts/conventional-commits/images/gemini1.png&#34;&#xA;    alt=&#34;commitizen&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;why-conventional-commits&#34;&gt;Why Conventional Commits?&lt;/h2&gt;&#xA;&lt;p&gt;Conventional Commits give your Git history a consistent, machine-readable structure:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;feat(auth): add OAuth2 login support&#xA;fix(api): handle null response from upstream&#xA;chore(deps): bump helm to 3.14.0&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;This unlocks automated changelogs, semantic versioning, and better collaboration signals in pull requests. Commitizen adds a CLI wizard to guide you through writing them; pre-commit enforces the format at commit time so nothing slips through.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
