<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Release Engineering on Shafiq Alibhai</title>
    <link>https://www.shafiq.in/zh/tags/release-engineering/</link>
    <description>Recent content in Release Engineering on Shafiq Alibhai</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <copyright>© 2009-2026 All rights reserved.</copyright>
    <lastBuildDate>Wed, 11 May 2011 16:38:57 +0000</lastBuildDate>
    <atom:link href="https://www.shafiq.in/zh/tags/release-engineering/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>A Practical Guide to Release Engineering - Mastering Version Control with Subversion</title>
      <link>https://www.shafiq.in/zh/blog/a-practical-guide-to-release-engineering-mastering-version-control-with-subversion/</link>
      <pubDate>Wed, 11 May 2011 16:38:57 +0000</pubDate>
      <guid>https://www.shafiq.in/zh/blog/a-practical-guide-to-release-engineering-mastering-version-control-with-subversion/</guid>
      <description>&lt;p&gt;Subversion is more than just a tool for tracking changes in your code. It can be a cornerstone of an effective release engineering strategy, offering features that facilitate a smooth transition of code from development to production. Here, we&amp;rsquo;ll explore two techniques you can employ: utilizing revision numbers and creating tags.&lt;/p&gt;&#xA;&lt;p&gt;Most people who have dabbled in Subversion are familiar with revision numbers. Let&amp;rsquo;s say you make a commit and your code becomes &amp;ldquo;revision 1234.&amp;rdquo; You can then export this specific revision to your development environment for testing. Once it passes your rigorous checks, it&amp;rsquo;s off to the QA environment for further scrutiny.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Best Practices for Crafting an Efficient Build Script</title>
      <link>https://www.shafiq.in/zh/blog/best-practices-for-crafting-an-efficient-build-script/</link>
      <pubDate>Mon, 09 May 2011 18:31:40 +0000</pubDate>
      <guid>https://www.shafiq.in/zh/blog/best-practices-for-crafting-an-efficient-build-script/</guid>
      <description>&lt;h2 id=&#34;disablehljs-false&#34;&gt;disableHLJS: false&lt;a class=&#34;anchor&#34; href=&#34;#disablehljs-false&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;When it comes to software development, a robust and efficient build script can be a game-changer. Whether you&amp;rsquo;re working on a Java project or any other type of application, the right build script can streamline the whole process and make life a whole lot easier for developers. Here&amp;rsquo;s a rundown of some best practices to keep in mind when you&amp;rsquo;re writing your build script:&lt;/p&gt;&#xA;&lt;h3 id=&#34;platform-independence&#34;&gt;Platform Independence&lt;a class=&#34;anchor&#34; href=&#34;#platform-independence&#34;&gt;#&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;Choose a programming language that is compatible across multiple platforms, especially if you&amp;rsquo;re working on a Java project. This flexibility will save you from a lot of headaches down the line when dealing with different operating systems.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
