Skip to content

Commit 56b9ab3

Browse files
authored
Establish tagging and branching in README (#155)
1 parent c4724d7 commit 56b9ab3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ManageIQ Automate Domain of shared utilities to be used by other ManageIQ domain
99
* [Automate StdLib](#automate-stdlib)
1010
* [Install](#install)
1111
* [Unit Testing](#unittesting)
12+
* [Branches and Tags](#branches-and-tags)
1213
* [Contributors](#contributors)
1314

1415
# Features
@@ -113,3 +114,12 @@ $ bundle exec rake
113114
or, e.g.,
114115
$ bundle exec rspec --format documentation --pattern spec/content/automate/RedHatConsulting_Utilities/**/*_spec.rb
115116

117+
# Branches and Tags
118+
The master branch of this repoistory will aim to support the current CloudForms release.
119+
If breaking changes for previous CloudForms versions are introduced in Master, version specific branches and tags will be created for those previous versions, as long as those releases are still supported by Red Hat. The version-specific release branches will be no longer be maintained once that version of CloudForms is end of life.
120+
121+
CloudForms Product Lifecycle Information:
122+
* https://access.redhat.com/support/policy/updates/cloudforms
123+
124+
# Contributors
125+
https://github.com/RedHatOfficial/miq-Utilities/graphs/contributors

0 commit comments

Comments
 (0)