-
Notifications
You must be signed in to change notification settings - Fork 177
Fluent Version Update
Lamine Male edited this page Jul 17, 2023
·
1 revision
- 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.