This subcommand releases the specified baselines and moves them into the published_baseline state. This move makes the baseline eligible for selection during an update members operation and indicates that the baseline is suitable for release.
Before you begin
Build managers and users in the ccm_admin role can release a baseline.
About this task
ccm baseline -rb|-release_baseline [-c|-comment comment]
[-ce|-commentedit] [-cf|-commentfile file_path] baseline_spec...
- baseline_spec...
- Specifies the baseline to be released. See Baseline specification for more information.
- -c|-comment comment
- Specifies to append a comment on all baseline projects and their members when they are checked in to the released state. The comment can contain more than one line and accepts backslash encoded values.
- You can use this option with -commentedit and -commentfile. If you use the -commentedit option, the comment displays in the default text editor.
- -ce|-commentedit
- Specifies to invoke the default text editor to compose and edit the comment. The result saved from the text editor is used as the final comment. You can use this option with the -comment and -commentfile options.
- -cf|-commentfile file_path
- Specifies to use the contents of the specified file for the comment. If you specified -comment, it is appended to that comment. You can use this option with the -commentedit option.