Skip to content

Commit

Permalink
Make trunk builds "0.0.0" (facebook#41423)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#41423

X-link: facebook/yoga#1466

Right now Yoga's main branch says it's 2.0.0, and RN's dirsync says its 1.14.0, but the code is really closer to what will be Yoga 3.0.0.

This changes trunk builds to "0.0.0" for clarity, which will be assigned a real version number the first time publishing a new Yoga branch.

This is separately a good practice to prevent the chance of accidental publishes causing damage.

Changelog: [Internal]

Reviewed By: christophpurrer

Differential Revision: D51236778

fbshipit-source-id: 06cac89bcca1c707ce5c00f9c346f627eef6b4bc
  • Loading branch information
NickGerleman authored and facebook-github-bot committed Nov 14, 2023
1 parent ef3c022 commit caed1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native/ReactCommon/yoga/Yoga.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ end

Pod::Spec.new do |spec|
spec.name = 'Yoga'
spec.version = '1.14.0'
spec.version = '0.0.0'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://yogalayout.dev'
spec.documentation_url = 'https://yogalayout.dev/docs/'
Expand Down

0 comments on commit caed1dc

Please sign in to comment.