Top "Release-management" questions

Release management encompasses the practices and patterns required to deploy software to customers.

Best practices for copying files with Maven

I have config files and various documents that I want to copy from the dev environment to the dev-server directory …

maven maven-2 build-process release-management
Create a directly-executable cross-platform GUI app using Python

Python works on multiple platforms and can be used for desktop and web applications, thus I conclude that there is …

python user-interface deployment tkinter release-management
How to select different app.config for several build configurations

I have a dll-type project that contains MSTest integration tests. On my machine the tests pass, and I want the …

.net visual-studio configuration continuous-integration release-management
Canary release strategy vs. Blue/Green

My understanding of a canary release is that it's a partial release to a subset of production nodes with sticky …

deployment production-environment release-management blue-green-deployment canary-deployment
How could I automate build deploy in jenkins?

We are using jenkins for CI. we get late night builds. Is there any way to automate the build deploy …

build jenkins continuous-integration release-management
What is the difference between alpha and beta release?

I want to deploy my software in different environment and provide features phase by phase. When and where should I …

release-management
How to deploy to a single specific server using Capistrano

I have a system in production that has several servers in several roles. I would like to test a new …

deployment capistrano release-management
Free install wizard software

Is there something like InstallShield that I can use for free?

deployment installation release-management
Deployment of war file on Tomcat

Is there a way to deploy a given war file on Tomcat server? I want to do this without using …

java linux tomcat deployment release-management
What version numbering scheme do you recommend?

My question is, which version-naming scheme should be used for what type of project. Very common is major.minor.fix, …

versioning release-management sdlc