mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
The releasing process is being combined in a Google-internal document to reduce errors introduced by jumping between the two documents. The current `releasing.md` is being replaced with general information about the release process that may be relevant to clients and contributors. The previous contents of this file have already been imported to Google by cl/289097261. Part of #9399
731 B
731 B
Releasing
The MDC-iOS release process takes places whenever a significant body of work needs to be made generally available, but typically once a week. The release process follows a set of general steps:
- A
release-candidatebranch is created and a Pull Request is created. - The CHANGELOG and library version number are updated.
- The release is copied into Google for internal testing.
- Any unexpected breakages or problems are fixed immediately or reverted.
- The release is published to GitHub and CocoaPods.
If you have any questions about the release process in general, please open an Issue for the project maintainers.