From f3cf76fa0ba51c9f30805b54e04bb3268a6bfa20 Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Thu, 26 Jan 2017 20:46:24 +0200 Subject: [PATCH] Updated missing steps into release engineering branch configuration doc. refs #6916 --- releng/doc/release.html | 17 ++++++++++++++++- releng/doc/release.md | 15 ++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/releng/doc/release.html b/releng/doc/release.html index 757a7a2e4..6f0fd9753 100644 --- a/releng/doc/release.html +++ b/releng/doc/release.html @@ -375,10 +375,14 @@ git checkout release/x.y.z[.w]
  • simantics.target
  • org.simantics.sdk.build.targetdefinition.target
  • -

    At the beginning of simantics.target file, increment sequenceNumber by 1

    +

    At the beginning of simantics.target file, increment sequenceNumber by 1 and replace +the version numbers in target name and org.simantics.sdk.feature.group and +org.simantics.sdk.source.feature.group with x.y.z[.w]:

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
     <?pde version="3.8"?>
     <target name="Simantics x.y.z[.w]" sequenceNumber="11">
    +<unit id="org.simantics.sdk.feature.group" version="x.y.z[.w]"/>
    +<unit id="org.simantics.sdk.source.feature.group" version="x.y.z[.w]"/>
     

    Next, replace the following rows in both mentioned files:

    <repository location="http://www.simantics.org/download/master/sdk"/>
    @@ -391,6 +395,17 @@ git checkout release/x.y.z[.w]
     <repository location="http://www.simantics.org/download/release/x.y.z[.w]/external-components/manual"/>
     
    +
  • +

    Edit version number of `org.simantics.sdk` feature in `features/org.simantics.sdk.feature/feature.xml` to `x.y.z[.w]`.

    +
    
    +<feature
    +      id="org.simantics.sdk"
    +      label="Simantics SDK"
    +      version="x.y.z"
    +      provider-name="VTT Technical Research Centre of Finland">
    +
    +

    Now commit and push the changes to the release branch.

    +
  • Initialize release branch distribution web site