Chore/repo tooling - #7
Merged
Merged
Conversation
CONTRIBUTING.md documents the dev workflow and the Conventional Commits convention the new Release Please automation (next commit) depends on. SECURITY.md points reporters at GitHub's private vulnerability reporting instead of public issues. Structured issue forms ask for platform/Flutter version up front, since so much of this app's bug surface is native-only. Dependabot watches both pub and GitHub Actions dependencies weekly.
release-please.yml runs on every push to main, keeping an up-to-date "chore: release X.Y.Z" PR whose version bump and CHANGELOG.md entry are computed from Conventional Commits since the last release. Nothing publishes from a normal merge — merging that specific PR is what creates the tag/release, which release.yml then builds signed split-APKs for and attaches. Uses the same RELEASE_TOKEN PAT as release.yml, since the org's default GITHUB_TOKEN is read-only here with no repo-level override. release.yml no longer sets generate_release_notes, since the release it's attaching files to was already created by release-please with better, changelog-based notes.
Title, short/full description, and a 512x512 icon under the standard fastlane/metadata/android/en-US/ layout F-Droid (and Play Store tooling) both read. This is prep only, not a submission — the real blocker (opencv_dart fetches OpenCV source over the network mid-build, which F-Droid's sandboxed builders disallow) is still unresolved and documented in CLAUDE.md's "F-Droid readiness" section.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.