diff options
author | G. Ann Campbell <ann.campbell@sonarsource.com> | 2018-08-22 07:51:05 -0400 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-08-22 20:21:23 +0200 |
commit | 53dd61f4cf58190b0a0182def92c7ef5c692d633 (patch) | |
tree | 4b7ee983e273f0b8256224156a0ffab77a57c90e /server/sonar-docs/src/pages/branches/long-lived-branches.md | |
parent | facddc67e65ce303e40e494d921a53446277cd43 (diff) | |
download | sonarqube-53dd61f4cf58190b0a0182def92c7ef5c692d633.tar.gz sonarqube-53dd61f4cf58190b0a0182def92c7ef5c692d633.zip |
SONAR-10576: Use 'New Code Period' in docs
Diffstat (limited to 'server/sonar-docs/src/pages/branches/long-lived-branches.md')
-rw-r--r-- | server/sonar-docs/src/pages/branches/long-lived-branches.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-docs/src/pages/branches/long-lived-branches.md b/server/sonar-docs/src/pages/branches/long-lived-branches.md index 010edc13b9c..b806d2b6a21 100644 --- a/server/sonar-docs/src/pages/branches/long-lived-branches.md +++ b/server/sonar-docs/src/pages/branches/long-lived-branches.md @@ -18,9 +18,9 @@ During the **first analysis only**, issues (type, severity, status, assignee, ch Then, at each subsequent analysis of the long-lived branch, any new issue that comes from a short-lived branch automatically inherits the attributes (type, severity, ...) the issue had in the short-lived branch. A comment is added to the change log of the issue on the long-lived branch: "The issue had been copied from branch 'the short-live branch' to branch yyy". -## Leak Period +## New Code Period -Because long-lived branches will persist for a long time, you are likely to develop and release multiple versions from it, and so you can change the Leak Period of a long-lived branch in **Administration > Branches**. +Because long-lived branches will persist for a long time, you are likely to develop and release multiple versions from it, and so you can change the New Code period of a long-lived branch in **Administration > Branches**. ## Settings and Quality Profiles on Branches |