Switching to GitHub Flow and tools.build #447
Closed
TimoKramer
announced in
Announcements
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am setting up the PR for switching to GitHub Flow and tools.build for the Datahike repository. There is an ADR that I am creating right now that outlines the implications of the switch. In future we will have a
main
-branch and no development branch. Then new branches are created off ofmain
and merged back intomain
. A release will be created everytime a PR gets merged into main with an incremented patch-version.tools.build will be used for the new flow and the corresponding CI-pipeline. You will be able to run the tools inside your repl as well. A big advantage is that maven is not needed anymore to compile the Java-source-code.
I am happy to get feedback on the switch.
Beta Was this translation helpful? Give feedback.
All reactions