diff options
Diffstat (limited to 'llvm/docs/HowToReleaseLLVM.html')
-rw-r--r-- | llvm/docs/HowToReleaseLLVM.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/HowToReleaseLLVM.html b/llvm/docs/HowToReleaseLLVM.html index 382e18f320a..30c3d5da5e9 100644 --- a/llvm/docs/HowToReleaseLLVM.html +++ b/llvm/docs/HowToReleaseLLVM.html @@ -476,7 +476,7 @@ $ tar -cvf - llvm-test-<i>X.Y</i>rc1 | gzip > llvm-test-<i>X.Y</i>rc1.src.t <p>Review the documentation and ensure that it is up to date. The "Release Notes" must be updated to reflect new features, bug fixes, new known issues, and changes in the list of supported platforms. The "Getting Started Guide" - should be updated to reflect the new release version number tag avaiable from + should be updated to reflect the new release version number tag available from Subversion and changes in basic system requirements. Merge both changes from mainline into the release branch.</p> |