Create a roadmap for the project and for the next iterations of the development process.
Also plan different version releases, which will envolve setting Git tags, feature-freezing the master branch (only accepting merges from the corresponding release/* branches, etc.).
Create a roadmap for the project and for the next iterations of the development process. Also plan different version releases, which will envolve setting Git tags, feature-freezing the
master
branch (only accepting merges from the correspondingrelease/*
branches, etc.).