App for Apple mobile devices: Difference between revisions

From Aquarium-Control
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:


= Release procedure =
= Release procedure =
Update the version number in General tab.
Create a branch for the release and check it out:
<code>git branch release/20260510_01
git checkout release/20260510_01</code>

Revision as of 09:39, 10 May 2026

Architecture

Description follows.

Testing

Description follows.

Release procedure

Update the version number in General tab.

Create a branch for the release and check it out: git branch release/20260510_01 git checkout release/20260510_01