A simple Curling Scoreboard, written in Flutter, meant to be used in any curling club that has an electronic scoreboard.
This project is a basic Flutter application so environment setup can be found and followed on the main Flutter developer site.
After cloning the repo and opening the project in VSCode you should be able to run the Launch Web target to see everything up and working.
This is handled by the version_increment workflow. This will automatically read the commits, create the changelog and release notes and commit it all back to the main branch.
- Remove the branch protection on
mainby changing the branch protection rules. Just change the branch name pattern to something likenotmain. - Go to the version_increment action and click on "Run Workflow". Ensure it is on the
mainbranch and click "Run Workflow" to start it. - When the build completes, turn the branch protection back on by reverting the pattern to
main