Skip to main content

Questions tagged [release]

A release or releasing is the act of making features or bug fixes available for consumption. A release is not necessarily the same as a deployment, with the latter being the promotion of code into an environment, feature flags or toggles may be used to hide new functionality from consumers.

0 votes
1 answer
153 views

We've just started to use Azure DevOps platform and having some doubts regarding artifactory type for release pipeline. Here's the situation: we get complete delivery in zip file from Dev team which ...
i8z's user avatar
  • 1
3 votes
1 answer
3k views

We have started moving from Subversion to git (using Bitbucket, to be exact), and I'm unsure how to manage release builds with the multibranch concept. This is how we do it in Subversion: We have one ...
not2savvy's user avatar
  • 131
2 votes
1 answer
487 views

I work on a new CICD, replacing Jenkins-X 2 by GitHub Actions. After seeing a lot of actions to create a release + changelog, I found that a lot of them are trigger by a tag on a commit to launch the ...
benCat's user avatar
  • 71
1 vote
2 answers
380 views

Let's say I have a SaaS style project (similar to Databricks). We may make release 2.0.0 of this project, have automated testing and deployment to dev, automated promotion to nonprod, etc. In ...
John Humphreys's user avatar
3 votes
1 answer
510 views

I'm using the following resources as a guide to git flow: git-flow cheatsheet git-flow Using git-flow to automate your git branching workflow However, none of them explicitly mention at what point you ...
Plastikfan's user avatar
2 votes
2 answers
2k views

We have tried multiple branching strategies to adopt CI/CD. Developers develop on the feature branch and then merging to master which get deployed to QA for testing and then master is deployed to ...
Zanky's user avatar
  • 21
0 votes
1 answer
80 views

I am new on DevOps world and I am making my first build/release pipeline for a .net web application using Azure DevOps. On the picture bellow, I just add some build steps and create some tasks groups ...
Felipe Oriani's user avatar
5 votes
1 answer
5k views

What is the basic difference between software release and deploy? What is the relation between software release management and continuous deployment?
rohit.dagur's user avatar

15 30 50 per page