Skip to content
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

Update export targets #290

Merged
merged 8 commits into from
Aug 22, 2024
Merged

Update export targets #290

merged 8 commits into from
Aug 22, 2024

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    2518a28 View commit details
    Browse the repository at this point in the history
  2. Implemented format version 2.0.0 of export target:

    - Available 'target' property values - 'development', 'exact', 'world' and 'local'
    - The 'local' and 'exact' targets work the same as in the previous version
    - The 'development' exports to development_resource_packs and development_behavior_packs of specified build type - 'standard', 'edu' or 'preview'
    - The 'world' exports to the world in specified build path - 'standard', edu' or 'preview'
    - The vesions before 2.0.0 or unspecified wrok the same as before the update.
    Nusiq committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b76d2ac View commit details
    Browse the repository at this point in the history
  3. Changed the default formatVersion to 1.2.0 (to match the newest versi…

    …on of the schema before this update) and renamed the current formatVersion to 1.4.0 (from 2.0.0, to match the next regolith release version).
    Nusiq committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3f3b3ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58d7f04 View commit details
    Browse the repository at this point in the history
  5. Config format version detection fixes:

    - Regolith correctly supports only the versions lower than the latestSuportedVersion (not the higher versions)
    - Updated test files
    - Changed the schema used by config files generated by 'regolith init' to use version 1.4
    Nusiq committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    56fce1b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Added windows tests (not for CI) for checking the development export …

    …targets exporting files to correct the locations.
    Nusiq committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1b93005 View commit details
    Browse the repository at this point in the history
  2. Regolith sets the default export target to 'target': 'development, 'b…

    …uild': 'standard' during 'regolith init'.
    Nusiq committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    263bedb View commit details
    Browse the repository at this point in the history
  3. Updated the documentation.

    Nusiq committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ca46b52 View commit details
    Browse the repository at this point in the history