Depends what you want to define as "release".
You could add install commands to your CMake script, so if you build the install target, it would copy all the necessary files to the destination.
Simpler yet, you could just run the CMake: Release command, which builds your application in release mode and then you can copy the files manually and maybe put them in a ZIP file.
You could also use CMake's CPack to create an installer