<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Work in Progress on Divekit</title><link>https://divekit.org/docs/3-development/work-in-progress/</link><description>Recent content in Work in Progress on Divekit</description><generator>Hugo</generator><language>en</language><atom:link href="https://divekit.org/docs/3-development/work-in-progress/index.xml" rel="self" type="application/rss+xml"/><item><title>Configuration Notes</title><link>https://divekit.org/docs/3-development/work-in-progress/config/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://divekit.org/docs/3-development/work-in-progress/config/</guid><description>&lt;p&gt;The old config redesign draft was retired.&lt;/p&gt;&#10;&lt;p&gt;Use these pages for the current, supported model:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;a href="https://divekit.org/docs/3-development/architecture/configuration/"&gt;Configuration Model&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;&lt;a href="https://divekit.org/docs/1-quick-start/evaluation-pipeline/"&gt;Evaluation Pipeline&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;&lt;a href="https://divekit.org/docs/2-divekit-cli/config/"&gt;CLI &lt;code&gt;config&lt;/code&gt; command&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;&lt;a href="https://divekit.org/docs/2-divekit-cli/auth/"&gt;CLI &lt;code&gt;auth&lt;/code&gt; command&lt;/a&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="scope-of-this-page"&gt;Scope of This Page&lt;/h2&gt;&#10;&lt;p&gt;This page is intentionally short and only kept as a marker that the redesign draft is closed.&#10;Do not add new configuration behavior here; update the stable pages above instead.&lt;/p&gt;</description></item><item><title>Deployment</title><link>https://divekit.org/docs/3-development/work-in-progress/deployment/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://divekit.org/docs/3-development/work-in-progress/deployment/</guid><description>&lt;p&gt;This page reflects the current release flow in the repository.&#10;Old &lt;code&gt;deploy.sh&lt;/code&gt; examples and GIF-based demos are obsolete.&lt;/p&gt;&#10;&lt;h2 id="release-trigger"&gt;Release Trigger&lt;/h2&gt;&#10;&lt;p&gt;Releases are tag-driven.&#10;A release starts when a Git tag is pushed (for example &lt;code&gt;v2.3.1&lt;/code&gt; or &lt;code&gt;v2.4.0-rc.1&lt;/code&gt;).&lt;/p&gt;&#10;&lt;h2 id="recommended-tag-creation"&gt;Recommended Tag Creation&lt;/h2&gt;&#10;&lt;p&gt;Use the helper script:&lt;/p&gt;&#10;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;./scripts/dev/release-tag.sh&#10;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The script checks for a clean working tree, fetches tags, proposes version increments, and pushes &lt;code&gt;v&amp;lt;version&amp;gt;&lt;/code&gt;.&lt;/p&gt;&#10;&lt;p&gt;Manual alternative:&lt;/p&gt;&#10;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;git tag v2.3.1&#10;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;git push origin v2.3.1&#10;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="ci-pipeline-behavior"&gt;CI Pipeline Behavior&lt;/h2&gt;&#10;&lt;p&gt;In &lt;code&gt;.gitlab-ci.yml&lt;/code&gt; the release flow is:&lt;/p&gt;</description></item></channel></rss>