<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Maxim Semenov</title>
    <description>The latest articles on DEV Community by Maxim Semenov (@orangin_around).</description>
    <link>https://dev.to/orangin_around</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F574576%2Fb96bb0c5-a0e1-4e33-8230-88881690c616.jpeg</url>
      <title>DEV Community: Maxim Semenov</title>
      <link>https://dev.to/orangin_around</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/orangin_around"/>
    <language>en</language>
    <item>
      <title>Släpp - autogenerated changelogs for your git repository</title>
      <dc:creator>Maxim Semenov</dc:creator>
      <pubDate>Sat, 06 Feb 2021 10:32:14 +0000</pubDate>
      <link>https://dev.to/orangin_around/slapp-auto-changelogs-for-your-git-repository-1kk5</link>
      <guid>https://dev.to/orangin_around/slapp-auto-changelogs-for-your-git-repository-1kk5</guid>
      <description>&lt;p&gt;Hello, devs :)&lt;/p&gt;

&lt;p&gt;Let me introduce you a small cli-tool that I have been working on lately - &lt;em&gt;Släpp&lt;/em&gt; (&lt;a href="https://github.com/0rang3max/slapp"&gt;Github&lt;/a&gt;|&lt;a href="https://pypi.org/project/slapp/"&gt;PyPi&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--56nl8sD2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/cm2u5iwhsdqsg17wtb2b.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--56nl8sD2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/cm2u5iwhsdqsg17wtb2b.gif" alt="slapp"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Släpp iterates through your commit history, grabs messages with changelogs and write them into CHANGELOG.md file. It automatically creates tag, depending on type of your release (is it major, minor or just a patch) and pushes tags and edited CHANGELOG to your repo. &lt;br&gt;
Soon there will be a feature to generate random names for your releases, based on user-defined dictionary.&lt;/p&gt;

&lt;p&gt;Släpp is available as python package:&lt;br&gt;
&lt;code&gt;pip install slapp&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Looking forward to your feedback and suggestions for improvement ;)&lt;/em&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>python</category>
      <category>github</category>
    </item>
  </channel>
</rss>
