hello, is there a way to do this also for appstore ? right now every time I've make a new release of my app, I need to write manually all the languages
yes same principle applies. Appstore is where testflight lives and you can promote something for testing (testflight) or production. You can find docs here: 1. using configuration as code (.yaml config) docs.codemagic.io/yaml-notification/publish-release-notes/ 2. using workflow editor (GUI approach available only for Flutter apps) docs.codemagic.io/flutter-notification/publish-release-notes/
can you elaborate on what you're trying to achieve? Do you want to use a monorepo and publish several different applications from there and use the same release notes publishing feature within this repository? If you can please open up a discussion here with some more details it would be helpful: github.com/orgs/codemagic-ci-cd/discussions
hello, is there a way to do this also for appstore ? right now every time I've make a new release of my app, I need to write manually all the languages
yes same principle applies. Appstore is where testflight lives and you can promote something for testing (testflight) or production. You can find docs here:
1. using configuration as code (.yaml config) docs.codemagic.io/yaml-notification/publish-release-notes/
2. using workflow editor (GUI approach available only for Flutter apps) docs.codemagic.io/flutter-notification/publish-release-notes/
can we make different release_notes.json according different flavor
can you elaborate on what you're trying to achieve? Do you want to use a monorepo and publish several different applications from there and use the same release notes publishing feature within this repository?
If you can please open up a discussion here with some more details it would be helpful: github.com/orgs/codemagic-ci-cd/discussions
I think you may have already posted! github.com/orgs/codemagic-ci-cd/discussions/2123 keeping it here for record