1
Fluent Version Update
Lamine Male редактировал(а) эту страницу 2023-07-17 13:38:47 -07:00
- Open your terminal and navigate to the root folder of the Fluent repo.
- Run the script
swift ./scripts/BumpVersion.swift version
where version is of the formatmajor.minor.patch
. example:swift ./scripts/BumpVersion.swift 0.21.5
- Verify all strings have been updated to the version provided and create a PR. For reference, see https://github.com/microsoft/fluentui-apple/pull/1812/files.