Configure the build pipeline so that builds of the develop branch are automatically published to the release page on GitHub. This is probably easier to do with GitHub Actions (#164).
Link the GitHub release page from the website so that users willing to access and test the latest features can find it. This might be a good way to get feedback before an actual release, even though it requires some more discipline with the develop branch...
Configure the build pipeline so that builds of the develop branch are automatically published to the release page on GitHub. This is probably easier to do with GitHub Actions (#164).
Link the GitHub release page from the website so that users willing to access and test the latest features can find it. This might be a good way to get feedback before an actual release, even though it requires some more discipline with the develop branch...