diff options
author | Brad King <brad.king@kitware.com> | 2015-02-04 18:12:12 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-02-05 13:43:22 (GMT) |
commit | e08a78dc2cf04682010a3d4496b4c454271f194a (patch) | |
tree | 321e2a8388278ec0d258f85a61d0eac80596788c /Help/release/index.rst | |
parent | 3a4381b6605f593abc9d9364f5ffa3fc9a209854 (diff) | |
download | CMake-e08a78dc2cf04682010a3d4496b4c454271f194a.zip CMake-e08a78dc2cf04682010a3d4496b4c454271f194a.tar.gz CMake-e08a78dc2cf04682010a3d4496b4c454271f194a.tar.bz2 |
Help: Consolidate 3.2 release notes
Move all development release notes into a new version-specific document:
tail -q -n +3 Help/release/dev/* > Help/release/3.2.0.rst
git rm -- Help/release/dev/*
except the sample topic:
git checkout HEAD -- Help/release/dev/0-sample-topic.rst
Reference the new document from the release notes index document.
Add a title and intro sentence to the new document by hand.
Diffstat (limited to 'Help/release/index.rst')
-rw-r--r-- | Help/release/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/release/index.rst b/Help/release/index.rst index abc19b8..990accf 100644 --- a/Help/release/index.rst +++ b/Help/release/index.rst @@ -13,5 +13,6 @@ Releases .. toctree:: :maxdepth: 1 + 3.2.0 <3.2.0> 3.1.0 <3.1.0> 3.0.0 <3.0.0> |