Questions tagged [release]
The release tag has no summary.
88 questions
2 votes
3 answers
1k views
Is my git branch strategy best practice?
We are a small software team with 6 members. We are working on different software projects in our company. Before I joined the team no version control system was used. It was/is my task to reorganize ...
1 vote
2 answers
814 views
GitHub Versioning - Organizing Structure
I am making a JS library that creates graphs and charts using canvas. I have hosted it on GitHub as a public repository. So after looking at some other related questions, I have figured out two ...
-1 votes
1 answer
119 views
Writing Release Notes for gradual feature rollout
Our software product is not complete, but it is functional enough that one of our clients is using it. We produce release notes with every sprint. The notes are divided into sections such as "New ...
5 votes
2 answers
7k views
How to deal with multiple release/hotfix branches in Gitflow?
I'm implementing Gitflow at the company I currently work for and everything is going pretty well. I'm just not completely sure if I'm dealing with more than one release on the pipeline at the same ...
3 votes
3 answers
1k views
Using gitflow, when do people tend to close off the release branch?
We're using the gitflow branching strategy and it works well. What I can't seem to find though is a recommendation on what point people close their releases. For example, suppose we got 4 ...
5 votes
3 answers
6k views
One version or multiple versions for the release with many Microservices?
We are planning to move into Microservices. Currently on the design talks stage. Thinking of how to versioning the releases? Let's say we will start with 10 microservices. We want to develop them and ...
0 votes
1 answer
166 views
Knowing what will get released in gitflow
We are a web SaaS company using gitflow and JIRA. As we are 'done' (QA approved) with a feature, we move the story/ticket forward in Jira to a 'done' status. At that point we wait until it gets ...
12 votes
5 answers
9k views
How do we avoid development files in the release?
Situation: Our Python project is hosted at GitHub. The actual release should only contain handful of files, but or project also contains several non-release files that are required for testing and ...