X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=releng%2Fdoc%2Frelease.html;fp=releng%2Fdoc%2Frelease.html;h=6f0fd975306c2bdf486efac5ef01c1ca685c0247;hp=757a7a2e454d452ee319bfa9ede0fd8d7600e77d;hb=f3cf76fa0ba51c9f30805b54e04bb3268a6bfa20;hpb=97783bff9fb5fadf57504350dba5d7cc0f6d615a 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