-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI/CD - Use build number provided by CI/CD services #316
Comments
@ducbm051291 This was assigned to @edgarss so for now it is still need to be assigned to him. It is part of his personal tasks to complete 🙏 |
To improve on @phongvhd93 AC. I think this is referring to https://devcenter.bitrise.io/en/builds/build-numbering-and-app-versioning.html and |
This is great and very convenient 🙏 However, we should be careful in case the project switches to another CI service in the middle of development. Let's say that project has been using GitHub Action to deploy builds to TestFlight up to As I see, Bitrise allows us to offset the build number. GitHub Action is not specifically for iOS, so we have to do that manually. And it seems more complicated than it should be (https://github.com/orgs/community/discussions/25386). In either case, we should bear this in mind. We might note this on the Infrastructure of the Wiki 🙏 |
Why
CI/CD tools like Bitrise, GitHubAction, and Codemagic provide the build number so we can use that for the build number of the application. We will update our templates for
Bitrise
andGitHubAction
to get the following benefit:Who Benefits?
@nimblehq/ios-chapter
The text was updated successfully, but these errors were encountered: