How does fastlane metadata (changelog) work with VercodeOperation?

I discovered that the doc has an entry VercodeOperation.

If I use this entry, how does this work together with fastlane metadata, especially changelog?

For example, if I have:

  • changelog file 110.txt
  • versionCode 11099 in the app repository
  • VercodeOperation is %c // 100

Will the changelog (110.txt) displayed in the f-droid repo? Or, should I have a changelog entry 11099.txt to make it shown?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.