Update Project Maintainer README.md to reflect the new workflow
Overview
- With a switch off of Fractal and Gulp, the Project Maintainer workflow has changed from what is outlined in the Project Maintainer README
- The processes outlined in this file should be updated to reflect the new processes
- Remove the gitflow README?
- If we do that, we should also ensure any mention of gitflow is updated in the main README
Include
- Run
npm installandnpm run devto test the branch locally - Remove manually updating the
CHANGELOG.mdas that will be handled by auto-changelog - Use
npm versionto tag releases instead of Gitflow-
patch,minor, ormajordepending on the release - This will update the version number in
package.jsonand auto-changelog will updateCHANGELOG.md - This also creates a new tag so we don't need to do that either
-
git push origin --tagsis still used to push up - BUX Composer should kick off automatically too but we need to see it in practice still
-