Stop editing README header
[transitory.git] / build / tools / make_release
index 583e7bf..03f09a5 100755 (executable)
@@ -165,9 +165,8 @@ if [ $PREV_BRANCH != "PACKAGE" ]; then
     fi
 
     echo "Applying to README:"
-    echo "Header with $VERSION"
     echo "STAMP_ID with $UNDER_VERSION"
-    sed -i -e "1 s/Evergreen.*/Evergreen $VERSION/;s/STAMP_ID=rel_[^ ]*/STAMP_ID=rel_$UNDER_VERSION/;1h;2g;2 s/./=/g" $GIT_ABS/README
+    sed -i -e "s/STAMP_ID=rel_[^ ]*/STAMP_ID=rel_$UNDER_VERSION/" $GIT_ABS/README
 
     if [ $PREV_BRANCH != "TAG" ]; then
         if [ "$(grep "$RELEASE_PREAMBLE_HEAD" $GIT_ABS/README )" ]; then