The main branch for this repository is protected and merges to main require a Pull Request.
There following steps to produce a release for a test graph updates:
- Merge recent feature branch into
main. - Ensure all tests pass, including tests on reciprocal DALiuGE pull request (if relevant)
- Branch locally from
mainto branchvx.x.x - Update version in
setup.py - Run
make releaseand use the chosenvx.x.xversion number. - Create a new Pull Request in Github, confirm details are correct, and merge.