Questions tagged [release-management]

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

911 questions
-1
votes
1 answer

MSVS 2010. How do I assign the same version to all assemblies in a solution?

Releases we publish during the development should have the same assembly version for all assemblies even if assembly was not changed from previous release. I wonder how can I set the same version to all assemblies in the solution except doing it…
Andrew Florko
  • 7,672
  • 10
  • 60
  • 107
-1
votes
1 answer

Manage publishing of several very similar apps on the App Store

I need to find an easy way to maintain a set of different iOS apps but that they will be very similar one to another. Too similar actually, the differences will be just regarding the content. Following the typical way of releasing/updating an app,…
jcardenete
  • 1,646
  • 3
  • 13
  • 16
-1
votes
2 answers

Subversion branches and release plan

Currently we are following a simple release plan for our projects as follows; Developers committed changes to subversion repository. Build changes to QA server. Build changes to production server. The issue is we use one single source code set in…
Unknown
  • 863
  • 2
  • 14
  • 29
-2
votes
3 answers

Point releases as general releases

There seems to be a frequent trend in the growing open source world to number releases as 0.x even if they are to be treated as a major release. In some cases, there may not even be compatibility between two minor releases. Can anyone help me…
brokenbeatnik
  • 720
  • 6
  • 15
-2
votes
1 answer

TFS Where to list approval comments

I'm using Microsoft Visual Studio Team Foundation Server Version 15.112.26307.0. Using the Releases page/view for a group of approvers to review and manually trigger the release from environment QA to environment PROD (first environment triggers…
diegoarg79
  • 111
  • 1
  • 6
-2
votes
1 answer

BUG: VSTS Release definition Rest API PUT call removes phases

I am trying to Get a RD and then call a PUT operation on the release object after updating some Variables in it. The PUT operation is successful, the variables get updated in the RD, but all the other phases in the environment gets removed, except…
-2
votes
1 answer

Release Management Document

It may be a simple question but I need some direction or idea on the below, I'm new to deployment process and I started the deployment like deploying the code changes (asp.net + sql server) to various environment (QA, UAT and Staging). so far, we…
-2
votes
1 answer

Wiki Documentation Site with Source Control & Release Management

I've been searching for information on available wiki software, using pages such as https://en.wikipedia.org/wiki/Comparison_of_wiki_software, and am looking for a solution which will meet a number of requirements, but haven't been able to find…
-2
votes
1 answer

How can I set the host name for a web site/web application in IIS using tfs release management client?

I have to deploy a few sites using TFS Release Management Client, all of them in them same machine so same IIS. They will be all on port 80 but the requests are served for different host names (domains). Using IISConfig tool, it is possible to…
Paolo Vigori
  • 1,612
  • 1
  • 18
  • 32
-2
votes
2 answers

Release Management for PHP

I was wondering the best methods/tools to handle release management for PHP files? I can't seem to find an overwhelmingly obvious answer. Something that could handle releasing files with the same name to different locations (e.g. dbaccess.php). This…
klamoree
  • 115
  • 1
  • 4
-3
votes
1 answer

How to open source my app while still maintaining full control over this app official version releasing process?

I have created a new flutter mobile app project which I'd like to open souce on GitHub, but there's some sensitive information that I shall not make available publicly because although the code itself will be open, I still need to be the one…
Ulysses Alves
  • 2,297
  • 3
  • 24
  • 34
1 2 3
60
61