I noticed when the Xcode Archive & Export for iOS step completes, it uploads the new build to Apple but it does not automatically create a new app version in Appstore Connect like other tools do.
Please add support or an option to create a new Appstore Connect version to match the version of the app being exported. This is the Apple API that could be used for this purpose: Apple Developer Documentation
Essentially you would be replacing the two-step manual process on Appstore Connect to add a new version for new releases. The Appstore Connect screenshot I provided below illustrates the manual process that this feature would automate.
- First you must manually click the + button to add a new version:
- Second you have to type in the new version in the modal popup and click Create.
I am totally willing to help develop this useful addition to the Xcode Archive & Export for iOS step but it would be a bit of a learning curve since I have not yet used Go modules before. But if you have the time, please consider adding this awesome feature.