<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>npm on Kizito</title>
		<link>https://kizi.to/tags/npm/</link>
		<description>Recent content in npm on Kizito</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Sat, 29 Aug 2026 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://kizi.to/tags/npm/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>prod like a pro, npm edition</title>
				<link>https://kizi.to/prod-like-a-pro-npm/</link>
				<pubDate>Sat, 29 Aug 2026 00:00:00 +0000</pubDate>
				<guid>https://kizi.to/prod-like-a-pro-npm/</guid>
				<description>&lt;p&gt;similar to how i&amp;rsquo;ve been able to automate &lt;a href=&#34;https://kizi.to/prod-like-a-pro/&#34;&gt;how i deploy backend services&lt;/a&gt;, i wanted to ensure that when releasing libraries, every step of the way was fully automated.&lt;/p&gt;&#xA;&lt;p&gt;overall, i wanted the following to hold true:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;i work on new changes on the library in a feature branch.&lt;/li&gt;&#xA;&lt;li&gt;when i raise a pull request from the feature branch to main, a “preview” version of the changes which i just worked on gets published to npm (or whichever registry) - something installable by anyone.&lt;/li&gt;&#xA;&lt;li&gt;once validated and merged, a “canary” or “next” version gets automatically released to the registry.&lt;/li&gt;&#xA;&lt;li&gt;once i am ready to “cut” a new version, i create a new release &amp;amp; tag on github, then publishing it properly releases the library in the registry on the &lt;code&gt;latest&lt;/code&gt; tag.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;after trialing out the above for a bit, it became clear that there was no value in having step 2 since i work solo on the library.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
