rename script for making stable branches

We plan to use this script for all projects, so rename it.

Change-Id: Ie788f56840bfb0f502b528b6d55f9858ee39f6ec
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2016-02-08 12:10:26 -05:00
parent 6b03962882
commit 17ba5068f7
2 changed files with 4 additions and 7 deletions

View File

@ -298,18 +298,15 @@ Runs list_unreleased_changes.sh for all libraries managed by any
project.
make_library_stable_branch.sh
make_stable_branch.sh
-----------------------------
Libraries do not use proposed branches, and go directly to creating
stable branches using a pre-tagged release version. This script makes
that easy to coordinate and ensures that the desired version also
exists in launchpad as a released milestone and by updating the
This script makes a stable branch from an existing tag and updates the
.gitreview file in the new branch for future submissions.
::
./make_library_stable_branch.sh kilo oslo.config 1.9.2
./make_stable_branch.sh kilo oslo.config 1.9.2
make_feature_branch.sh
----------------------

View File

@ -1,6 +1,6 @@
#!/bin/bash
#
# Script to cut stable/foo release branch of a library
# Script to cut stable/foo release branch of a project
#
# All Rights Reserved.
#