<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:15:23 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[FOLIO-1717] Document release procedure for feature/major and patch</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-1717</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;The steps currently does not tell exactly how to make a long-lived release branch and how to release from it. Update the documentation on that.&lt;/p&gt;</description>
                <environment></environment>
        <key id="80911">FOLIO-1717</key>
            <summary>Document release procedure for feature/major and patch</summary>
                <type id="10003" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium">Task</type>
                                            <priority id="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Done</resolution>
                                                        <assignee accountid="5f8314dfbdef80006f6f572d">Adam Dickmeiss</assignee>
                                                                <reporter accountid="5f8314dfbdef80006f6f572d">Adam Dickmeiss</reporter>
                                    <labels>
                    </labels>
                <created>Thu, 17 Jan 2019 14:40:17 +0000</created>
                <updated>Wed, 5 May 2021 07:06:31 +0000</updated>
                            <resolved>Wed, 5 May 2021 07:06:31 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                <comments>
                                                            <comment id="194491" author="5f8314dfbdef80006f6f572d" created="Fri, 18 Jan 2019 09:59:24 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt; : &lt;a href=&quot;https://github.com/folio-org/folio-org.github.io/pull/321&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/folio-org.github.io/pull/321&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="194497" author="557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d" created="Fri, 18 Jan 2019 12:07:07 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f8314dfbdef80006f6f572d&quot; class=&quot;user-hover&quot; rel=&quot;5f8314dfbdef80006f6f572d&quot; data-account-id=&quot;5f8314dfbdef80006f6f572d&quot; accountid=&quot;5f8314dfbdef80006f6f572d&quot; rel=&quot;noreferrer&quot;&gt;Adam Dickmeiss&lt;/a&gt; The PR looks good to me. I would also like to add a general overview of the branching model used in FOLIO, something like:&lt;/p&gt;

&lt;p&gt;FOLIO Branching Model&lt;/p&gt;

&lt;p&gt;In FOLIO, generally, we use three types of branches:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;the `master` branch which tracks the next version being developed. Popular branching models may call this branch `develop` or `integration`.&lt;/li&gt;
	&lt;li&gt;feature branches. Short-lived branches that contain code for a specific feature only and are named to reflect the Jira issue name. Those branches are branched off `master` and a PR is issued to merge them back to `master`&lt;/li&gt;
	&lt;li&gt;release branches. Long-lived branches that track a particular release, e.g 2.3. Those branches are branched off master when the first release in a given version family is made and tagged (v2.3.0). Any bugfixes that should be released for a particular version family are cherry-picked and new bugfix version are released.&lt;/li&gt;
&lt;/ul&gt;
</comment>
                                                            <comment id="194505" author="61cd0ca0bce5e00069e98be7" created="Mon, 21 Jan 2019 06:17:35 +0000"  >&lt;p&gt;I have merged Adam&apos;s PR.&lt;/p&gt;

&lt;p&gt;Regarding Jakub&apos;s suggestion: I wonder if that should be added to the &quot;Git and branches&quot; section of the &quot;Guidelines for Contributing Code&quot; and link to it from the release procedures.&lt;/p&gt;</comment>
                                                            <comment id="194510" author="5f8314dfbdef80006f6f572d" created="Mon, 21 Jan 2019 10:46:25 +0000"  >&lt;p&gt;See 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-1721&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-1721&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Incorrect mvn invocation for setting next version in a release branch&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium&quot; /&gt;
            FOLIO-1721
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="80846">FOLIO-1511</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="80930">FOLIO-1626</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="80913">FOLIO-1721</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="81072">FOLIO-1752</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10144"><![CDATA[Core: Platform]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzzc1j:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 18 Jan 2019 12:07:07 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>