I have a few questions. First, why is the repository named "develop"? All the other repositories are named "trunk"; what makes this one different? for example: https://github.com/WordPress/gutenberg
Also, what is the WordPress.org plugin URL? If it is a URL, I noticed that there is no changelog provided here: https://wordpress.org/plugins/sqlite-database-integration/#developers. for example: https://wordpress.org/plugins/performance-lab/#developers
In WordPress’s SVN structure:
trunk/ usually contains the stable development version (the one synced to WordPress.org).
branches/ and tags/ are used for versioning and maintenance.
Note: If you believe this information is incorrect, please feel free to create a task and assign it to me. I’d be happy to look into it and make a contribution.
@JanJakes