File diff r24245:1e4a8434fc12 → r24246:d76075baa37e
azure-pipelines/templates/release-prepare-source.yml
Show inline comments
 
@@ -17,7 +17,9 @@ steps:
 
      git checkout -B ${BUILD_SOURCEBRANCHNAME}
 
    fi
 

	
 
    ./findversion.sh > .ottdrev
 
    # Generate .ottdrev, which contains the version information
 
    cmake -DGENERATE_OTTDREV=1 -P cmake/scripts/FindVersion.cmake
 

	
 
    ./azure-pipelines/changelog.sh > .changelog
 
    TZ='UTC' date +"%Y-%m-%d %H:%M UTC" > .release_date
 
    cat .ottdrev | cut -f 1 -d$'\t' > .version