Skip to content

Releases: IShix-g/Unity-GitHubActions

Ver.1.1.0

12 Feb 05:04

Choose a tag to compare

  • feat: add second message property to TestScript (aba8431)
  • feat: add support for including default branch in workflows (b389471)
  • feat: integrate meta file check into reusable test runner (62df593)
  • feat: integrate check-metas action in workflows (cf5be8b)
  • feat: add meta file checker action and integrate in workflows (89b27f7)
  • feat: replace ArgumentsParser with CLIBuilder and Logger (a0e1094)
  • fix: correct output variable for latest release tag (7c13d59)
  • fix: correct regex for unitypackage file matching (85a1d6a)
  • fix: add checkout step to build workflow (9a18add)
  • fix: add missing GITHUB_TOKEN environment variable (b8cdc1c)
  • refactor: move check-metas to separate workflow step (1a75e63)
  • refactor: move package cleanup to upload-package step (5134431)

What's Changed

Full Changelog: 1.0.61...1.1.0

Ver.1.0.61

12 Feb 01:29

Choose a tag to compare

  • feat: add commit message format option to workflow (36727c2)
  • feat: enhance Package Exporter with validation and new flags (c98ade8)
  • feat: add checkout step to build-package-exporter workflow (5bbc595)
  • feat: update workflow to download and upload built package (bb18bc0)
  • feat: add artifact URL support for package upload (a6e96f5)
  • feat: add retention-days input for artifact expiration (baca281)
  • feat: update workflow dependencies for upload-package step (ad48a9f)
  • feat: simplify workflow dependencies and fix variable typos (7afc863)
  • feat: add GitHub token for package upload step (589c556)
  • feat: simplify build-package workflow with reusable action (c647c43)
  • feat: add checkout step to workflow (a6672e9)
  • feat: add require-validation input to workflow (715f4ce)
  • feat: add PACKAGE_NAME env variable to build workflow (bb52dd2)
  • feat: add workflow for building and exporting Unity packages (103c82d)
  • feat: simplify instance loading in PackageExporterSetting (ee1bd66)
  • fix: adjust workflow dependencies for correct execution (756fec4)
  • fix: correct file path and indentation in workflows (33be7d0)
  • fix: enforce branch verification in workflow (b9f992d)
  • fix: correct paths to reusable workflow files (4aaaadf)
  • refactor: restructure PackageExporter directory and files (fd30249)
  • refactor: replace 'release' with 'tag' in workflow outputs (13baab3)
  • refactor: clean up workflow env and dependency logic (6a59fd6)
  • refactor: update build steps in workflow configuration (f7c0db1)
  • refactor: adjust using directives for consistency (3ef8df1)

What's Changed

Full Changelog: 1.0.60...1.0.61

Ver.1.0.60

11 Feb 01:54

Choose a tag to compare

  • feat: enhance Unity package exporter with dynamic properties (04779f7)

What's Changed

Full Changelog: 1.0.59...1.0.60

Ver.1.0.59

10 Feb 09:06

Choose a tag to compare

  • refactor: improve package exporter design and structure (19f783f)

What's Changed

Full Changelog: 1.0.58...1.0.59

Ver.1.0.58

10 Feb 05:17

Choose a tag to compare

What's Changed

Full Changelog: 1.0.57...1.0.58

Ver.1.0.57

10 Feb 04:59

Choose a tag to compare

  • feat: ensure export directory exists before exporting package (6d958d7)
  • feat: validate build output in reusable workflow (e752b80)
  • feat: enhance package export and workflow path handling (73f07bf)
  • feat: enhance path normalization and package export (f0f7549)
  • feat: add support for custom Unity package naming (c113585)
  • feat: set default Unity project path to root directory (0056cd1)
  • feat: add support for custom builds path in package export (4369f7c)
  • feat: enhance package export and artifact paths handling (52bfe11)
  • feat: support custom build path in package exporter (0429388)
  • feat: implement Unity package export and build workflows (8b1930a)
  • fix: correct file path resolution in build workflow (7e8227e)
  • fix: reorder checkout and cache steps in workflow (772ff38)
  • fix: correct project path formatting in GitHub output (dccc51d)
  • fix: correct project path resolution in build workflow (b3130cf)
  • fix: handle empty project-path input in workflow script (e70c9e9)
  • fix: correct builds-path default value and artifact path (c2bba9e)
  • fix: correct export path construction logic (b7db5ca)
  • fix: correct key usage for build path retrieval (b5f07ba)
  • fix: remove unused projectPath input from YAML workflow (f3411a9)
  • fix: remove unnecessary validation for buildsPath (2bd0862)
  • fix: update parameter name to customBuildPath (84123eb)
  • fix: remove redundant null or empty checks in validation (2f18204)
  • refactor: rename customBuildPath to buildsPath for consistency (3548775)
  • refactor: simplify TOC workflow name (d22efcd)

What's Changed

  • Release by @IShix-g in #69
  • Release by @IShix-g in #70
  • fix: update parameter name to customBuildPath by @IShix-g in #71
  • Release by @IShix-g in #72
  • refactor: rename customBuildPath to buildsPath for consistency by @IShix-g in #73
  • fix: remove unnecessary validation for buildsPath by @IShix-g in #74
  • fix: remove unused projectPath input from YAML workflow by @IShix-g in #75
  • feat: enhance package export and artifact paths handling by @IShix-g in #76
  • feat: add support for custom builds path in package export by @IShix-g in #77
  • fix: correct key usage for build path retrieval by @IShix-g in #78
  • Release by @IShix-g in #79
  • feat: set default Unity project path to root directory by @IShix-g in #80
  • fix: correct builds-path default value and artifact path by @IShix-g in #81
  • feat: add support for custom Unity package naming by @IShix-g in #82
  • feat: enhance path normalization and package export by @IShix-g in #83
  • fix: handle empty project-path input in workflow script by @IShix-g in #84
  • Release by @IShix-g in #85
  • fix: correct project path formatting in GitHub output by @IShix-g in #86
  • fix: reorder checkout and cache steps in workflow by @IShix-g in #87
  • fix: correct file path resolution in build workflow by @IShix-g in #88
  • Release by @IShix-g in #89
  • feat: validate build output in reusable workflow by @IShix-g in #90
  • feat: ensure export directory exists before exporting package by @IShix-g in #91
  • Simplify export path handling in scripts and workflows by @IShix-g in #92
  • Refactor build path handling and clean up debug step. by @IShix-g in #93
  • Simplify project_path handling in reusable workflow. by @IShix-g in #94
  • Release by @IShix-g in #95
  • Refactor build path handling and update artifact naming by @IShix-g in #96
  • Remove redundant path normalization logic. by @IShix-g in #97
  • v1.0.57 by @IShix-g in #98

Full Changelog: 1.0.56...1.0.57

Ver.1.0.56

07 Feb 04:40

Choose a tag to compare

  • feat: add test runner workflow and update documentation (bd67b61)
  • feat: add job for printing Unity version in workflow (89ab28e)
  • feat: add coverage options to reusable test runner (dc6cc8d)
  • refactor: remove redundant AudioSource play test (ba0c4d5)

What's Changed

Full Changelog: 1.0.55...1.0.56

Ver.1.0.55

07 Feb 02:27

Choose a tag to compare

  • feat: add play mode tests for Unity components (722e6cc)
  • feat: add Unity test setup for EditMode and PlayMode (bbfd6d5)
  • fix: resolve incorrect matrix variable usage in workflow (d9692f1)
  • fix: update workflow to use new GitHub Actions output syntax (402e4c8)
  • fix: add dependency on prepare-test-modes for test-all (1e8b01e)
  • fix: correct syntax for GitHub Actions 'with' key (caade9b)

What's Changed

Full Changelog: 1.0.54...1.0.55

Ver.1.0.54

04 Feb 05:58

Choose a tag to compare

  • refactor: streamline TOC workflow and remove duplicate code (54f7078)

What's Changed

Full Changelog: 1.0.53...1.0.54

Ver.1.0.53

04 Feb 05:54

Choose a tag to compare

  • feat: add secondary message property to TestScript (14925ef)
  • feat: add outputs to check-trigger job in workflow (baf3546)
  • feat: add trigger check for workflow_dispatch (706c29c)
  • fix: correct indentation in workflow file (136c3d3)
  • refactor: remove unnecessary dependency in workflow (deea105)

What's Changed

  • feat: add trigger check for workflow_dispatch by @IShix-g in #54
  • feat: add outputs to check-trigger job in workflow by @IShix-g in #55
  • fix: correct indentation in workflow file by @IShix-g in #56
  • refactor: remove unnecessary dependency in workflow by @IShix-g in #57

Full Changelog: 1.0.52...1.0.53