- updates
code.json
with new version anddownloadURL
- updates
Disclaimer.md
to correct formatting
Git flow
- I initiated
git flow
and tried using the workflow to create an initial release - release v0.0.1 created using the 'Releases' tool in GitLab with this branch. In retrospect, I think the proper process would have been to merge this into both
develop
andmain
, and then create the release off of themain
branch - I can try to undo this if necessary - from now on, following git flow, I'll first merge changes into
develop
(which is when I'll assign a code reviewer), and after some updates accumulate (or perhaps on a monthly timeline - I'll see how the process goes), I'll do another merge request withrelease/v0.0.2
todevelop
and then merge that intomain
for the next release