Answer the question
In order to leave comments, you need to log in
How to build a frontend release?
Hello! Tell me how to collect the release?
There is a frontend development team.
The team is cutting features, each in their own branch. After the readiness, according to the developer, the feature is uploaded to the test environment (it is 1).
The team wrote down 50 features and submitted them for testing.
During the testing process, bugs are corrected in the test by different developers (it is not always clear whose task gave rise to the bug).
Then X day comes.
In the test environment, all 50 features are tested, bugs are fixed. And the manager says - "we will upload only 40 of them for the battle, the rest in the next release."
How to extract these 40 features from the tested version without pain? Who organizes the process and how best?
Answer the question
In order to leave comments, you need to log in
Each feature, by default, should have its own branch and merge the working and necessary for the release into the main one during work.
The (front-)architecture of the project must support such a manager.
Have the possibility of "painless" feature shutdowns.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question