Brad King 9a34031081 Utilities/Release: Enable signing of Windows release binaries 6 years ago
..
WiX 7593bdf4e8 CMake: Fix WiX installer downgrades with versioned binaries 6 years ago
CMakeInstall.bmp 4aac0b6e10 BUG: Put back CMakeInstall.bmp in order to build a package with NSIS on Windows. It was inadvertently removed. 18 years ago
CMakeLogo.ico 66f59bd7da cmake-gui: Update icons 7 years ago
README 730ba30726 Utilities/Release: Update README to reference https URL 9 years ago
consolidate-relnotes.bash c913ab61ae Utilities/Release: Add script to consolidate release notes 8 years ago
create-cmake-release.cmake 1d5c8b81db Utilities/Release: Add qthelp docs to binary archives 7 years ago
linux64_release.cmake 9a34031081 Utilities/Release: Enable signing of Windows release binaries 6 years ago
osx_release.cmake 9a34031081 Utilities/Release: Enable signing of Windows release binaries 6 years ago
release_cmake.cmake 954185d414 Utilities/Release: Fetch stage/master/head 8 years ago
release_cmake.sh.in 9a34031081 Utilities/Release: Enable signing of Windows release binaries 6 years ago
upload_release.cmake bf1c2a2593 CMake 3.14.0-rc1 version update 6 years ago
win32_release.cmake 9a34031081 Utilities/Release: Enable signing of Windows release binaries 6 years ago
win64_release.cmake 9a34031081 Utilities/Release: Enable signing of Windows release binaries 6 years ago

README

To create a cmake release, make sure the "release" tag is pointing to the
expected git commit:

https://cmake.org/gitweb?p=cmake.git;a=shortlog;h=refs/heads/release

Then as kitware@hythloth, using an up-to-date CMake:

cd ~/CMakeReleases/cmake/Utilities/Release
mkdir 283rc1
cd 283rc1
~/CMakeReleases/build/bin/cmake -DCMAKE_CREATE_VERSION=release -P ../create-cmake-release.cmake
./create-release.sh


create-cmake-release.cmake: script to run to create release sh scripts
Add or remove machines in create-cmake-release.cmake.

machine_release.cmake : config files for each machine