Skip to content

Releases: IShix-g/Unity-GitHubActions

Ver.1.2.2

08 Mar 04:59
Compare
Choose a tag to compare
  • feat: enhance .editorconfig with detailed C# coding rules (40e6d1e)
  • feat: prefer language keywords for types in .editorconfig (78d582f)
  • feat: update C# brace style configuration in .editorconfig (4e41443)
  • feat: update C# code formatting rules in .editorconfig (d296603)
  • feat: update .editorconfig with detailed C# spacing rules (c985542)
  • feat: add new C# formatting rules in .editorconfig (b99b55e)
  • feat: update C# code style rules in .editorconfig (85fc8ef)
  • feat: update C# indentation rules in .editorconfig (72565bc)
  • feat: update .editorconfig with new style rule (76a2e6a)
  • feat: update .editorconfig with new coding styles (86b8008)
  • feat: update .editorconfig with new formatting rules (cb972bb)
  • feat: update code style rules and tooling installation (2f7de45)
  • feat: update lint workflow to use analyzer formatting (c85afe9)
  • feat: add rule for consistent indentation (971acc4)
  • feat: update .editorconfig with new diagnostic rules (057e4c1)
  • feat: add formatting options for blank lines in C# (b31a2e0)
  • feat: add TestMonoBehavior script and update lint config (f35079c)
  • feat: add TestMonoBehavior script for basic movement (18a4a21)
  • feat: add CodingConventionsViolations example class (b1d3745)
  • fix: disable warning for missing blank lines (a79c4ec)
  • fix: correct dotnet tool usage and formatting command (71f4854)
  • fix: remove specific rule from dotnet format command (8b71385)
  • fix: improve style violations logging in workflow (cb377a7)
  • fix: update lint workflow command for accuracy (675df59)
  • fix: improve style check command and remove unused diff flag (b182767)
  • fix: remove trailing whitespace trimming in .editorconfig (30ba0a4)
  • fix: use correct formatter for style analysis (694c85d)
  • fix: correct command for style checking in workflow (0378a41)
  • fix: correct command for style violation detection (beefe50)
  • fix: correct style and diff handling in lint workflow (633e524)
  • fix: correct reviewdog command for StyleCop linting (5ee8982)
  • fix: update lint workflow to improve style validation (850462d)
  • fix: update editorconfig branch references in workflows (545f924)
  • refactor: remove unnecessary blank lines in .editorconfig (cef9e7d)
  • refactor: update code style brace formatting in .editorconfig (cd840d6)
  • refactor: update .editorconfig formatting and style rules (18eb00d)
  • refactor: update C# code style and analyzer configurations (ada3ed4)
  • refactor: remove redundant C# editor config rules (c7bc265)
  • refactor: remove redundant C# style rules in .editorconfig (5a113be)
  • refactor: clean up unnecessary C# editor rules (ad92099)
  • refactor: update .editorconfig with C# formatting rules (361473f)
  • refactor: update .editorconfig with revised code style rules (7965b5a)
  • refactor: remove redundant comments in style test file (76e30b6)
  • refactor: fix style violations and improve code consistency (2347264)

What's Changed

Full Changelog: 1.2.1...1.2.2

Ver.1.2.1

04 Mar 05:38
Compare
Choose a tag to compare
  • feat: add exclude-paths to lint-unity-cs workflow (2ec59cb)
  • feat: add GitHub Action for manual Unity C# linting (4ffccc9)
  • feat: improve newline handling in lint output processing (00a8d82)
  • feat: update permissions in Unity linter workflow (6c7d762)
  • feat: update workflow permissions for checks (e941667)
  • feat: update workflow to add read permission for contents (ee6b539)
  • feat: update workflow permissions to include checks: write (c87d75a)
  • feat: update workflow to modify pull request permissions (3e3840d)
  • feat: update permissions in reusable lint workflow (4460559)
  • feat: update permissions in Unity CS linter workflow (8763613)
  • feat: inherit secrets in Unity linter workflow (12ddf99)
  • feat: add read permissions to GitHub Actions workflow (c515016)
  • feat: add C# style check documentation and workflows (7612206)
  • fix: update workflow to use correct Unity test file (cff249a)
  • fix: add missing token to checkout action (c7dbb81)
  • fix: update workflow permissions and streamline checkout steps (0f9a88a)
  • fix: update permissions in GitHub Actions workflows (10b4939)
  • fix: correct string substitution logic in YAML script (b605305)
  • fix: remove unnecessary 'checks: write' permission (c3e1dbb)
  • fix: update permissions for pull request workflow (ce1548e)
  • fix: remove unused permissions from GitHub workflow (2cb8b9f)
  • fix: adjust permissions in GitHub workflows (e3a4e23)
  • fix: remove unused permissions from workflow file (df00c9f)
  • fix: remove unnecessary permissions from workflow (25adf9f)
  • fix: remove redundant permissions from workflow (7ee9f33)
  • fix: inherit secrets in reusable workflow (c22f542)
  • fix: correct comments in lint workflow (4819e73)
  • fix: update image paths in README for better organization (d70137f)
  • docs: add comments to clarify permissions settings (b926f22)
  • docs: add logo to documentation (7f4bb9e)

What's Changed

  • Private repository support for .editorconfig by @IShix-g in #196

Full Changelog: 1.2.0...1.2.1

Ver.1.2.0

01 Mar 08:24
Compare
Choose a tag to compare
  • feat: add IgnoreStyleTest and update style rules (e7e671e)
  • feat: improve linting workflow for .editorconfig handling (5f577e7)
  • feat: add support for specifying editorconfig branch (ac51246)
  • feat: enhance Unity linter workflow with style suggestion step (907e1f6)
  • feat: update linter workflow to target pull requests (f072453)
  • feat: add reusable action to check for .editorconfig (#188) (35ffa01)
  • feat: add timeout to GitHub API request in workflow (a0cd1c8)
  • feat: update Unity C# linter workflow with summary job (117f257)
  • feat: add support for custom editorconfig branch input (#192) (7ff24e4)
  • feat: add editorconfig branch input to linter workflow (6e57d48)
  • feat: update linter workflow to require include-paths input (8c6350b)
  • feat: update workflow name for clarity (289e0a8)
  • feat: add style violation test and update linter workflows (5845941)
  • feat: update permissions for GitHub Actions workflow (98fde76)
  • feat: update permissions in workflow file (46a37b9)
  • feat: update permissions in GitHub Actions workflow (09dd9bd)
  • feat: enhance lint workflows with new configuration inputs (add0426)
  • feat: update workflow defaults and add permissions (09f1dc9)
  • feat: add Unity C# linter workflow to CI pipeline (acdf4d2)
  • fix: update target branch for Unity CS linter workflow (e1bd40f)
  • fix: adjust Unity C# linter config for include-paths only (39f6c36)
  • fix: correct branch verification in lint workflow (04abf94)
  • fix: correct permissions in test-unity-cs-linter workflow (6756994)
  • fix: update review-reporter to github-pr-check (3f7ebc9)
  • fix: update permissions and adjust review-reporter (0a69fa2)
  • fix: set correct review-exit-code for linter dispatch (04be864)
  • fix: update permissions to allow contents write access (80569db)
  • fix: adjust permissions and update reviewdog exit code default (3346bed)
  • fix: adjust permissions in Unity CI workflows (977fb43)
  • fix: adjust permissions in reusable workflow (7754f0a)
  • fix: adjust permissions in GitHub Actions workflow (ba9518e)
  • fix: correct GitHub Actions permissions configuration (52476d6)
  • fix: correct permissions in GitHub Actions workflows (5c462f4)
  • docs: add badge for Unity C# Linter workflow (46382d9)
  • docs: fix spacing in badges section of README (0c42333)
  • refactor: remove redundant style suggestions step (707a491)
  • refactor: update permissions config in GitHub workflows (fa2dba2)
  • refactor: update workflow name for clarity (89e2474)
  • refactor: rename linter workflow files for clarity (17bb85f)

What's Changed

  • feat: add reusable action to check for .editorconfig by @IShix-g in #188
  • Modification of check-editorconfig by @IShix-g in #189
  • Migrate .editorconfig action to workflow by @IShix-g in #190
  • Add reusable workflow for C# linting by @IShix-g in #191
  • feat: add support for custom editorconfig branch input by @IShix-g in #192
  • Add reusable Unity C# linter workflows by @IShix-g in #193
  • Update reviewdog configs, and improve Unity logging by @IShix-g in #195

Full Changelog: 1.1.30...1.2.0

Ver.1.1.30

26 Feb 02:43
Compare
Choose a tag to compare
  • feat: add linting workflows for Unity C# and GitHub Actions (#180) (261f53a)
  • feat: improve linting workflow with violation detection (#182) (364d16f)
  • feat: update lint rules and add permissions for workflows (2f5e9aa)
  • feat: include feature branches in lint workflow trigger (dc4dc19)
  • fix: correct key for violation-log output checks (#183) (caa3dbd)
  • refactor: update code style rules in .editorconfig (ffc2527)

What's Changed

  • feat: add linting workflows for Unity C# and GitHub Actions by @IShix-g in #180
  • feat: improve linting workflow with violation detection by @IShix-g in #182
  • fix: correct key for violation-log output checks by @IShix-g in #183
  • Refactor YAML Workflows and Improve Linter Logic by @IShix-g in #185

Full Changelog: 1.1.29...1.1.30

Ver.1.1.29

25 Feb 04:51
Compare
Choose a tag to compare
  • feat: validate existing tag before creating a new one (f460b91)
  • fix: update tag validation logic in workflow (#177) (57f7142)
  • fix: validate-tag now compares the current last tag from the current last release (#178) (cc3b0d3)
  • fix: correct latest tag retrieval and validation logic (#179) (3ba8666)
  • fix: correct variable name in tag validation workflow (ede7a21)
  • refactor: simplify tag creation workflow (5936130)

What's Changed

  • fix: update tag validation logic in workflow by @IShix-g in #177
  • fix: validate-tag now compares the current last tag from the current last release by @IShix-g in #178
  • fix: correct latest tag retrieval and validation logic by @IShix-g in #179

Full Changelog: 1.1.28...1.1.29

Ver.1.1.27

24 Feb 08:44
7560012
Compare
Choose a tag to compare

What's Changed

  • Feature/csharp lint by @IShix-g in #166
  • fix: enhance branch determination logic in workflow by @IShix-g in #167
  • fix: correct draft flag logic in release workflow by @IShix-g in #168
  • feat: add check for existing tags before creating new ones by @IShix-g in #169
  • fix: create release by @IShix-g in #176

Full Changelog: 1.1.26...1.1.27

Ver.1.1.26

17 Feb 00:24
Compare
Choose a tag to compare
  • fix: correct cache restore-keys in build workflow (6ee889f)
  • fix: correct cache restore-keys syntax in Unity test workflow (3a1a570)
  • docs: Add links to GitHub docs for fast-forward merging (b0fc6bd)
  • docs: Add section on Unity package requirements to README (533f524)
  • docs: update links in README files for clarity (281c8d8)

Full Changelog: 1.1.25...1.1.26

Ver.1.1.25

15 Feb 07:48
Compare
Choose a tag to compare
  • feat: conditionally persist GitHub credentials in workflows (a7eb8a9)
  • fix: correct persist-credentials condition in workflows (ea46ec5)

Full Changelog: 1.1.24...1.1.25

Ver.1.1.24

15 Feb 07:05
Compare
Choose a tag to compare
  • docs: add GitHub Actions usage fees section (eef1d85)
  • refactor: update action reference to external repository (d1293d3)

Full Changelog: 1.1.23...1.1.24

Ver.1.1.23

15 Feb 05:59
Compare
Choose a tag to compare
  • docs: update README for modified workflows and automation (0f6ffd1)
  • docs: update README anchor links for setup section (fb641b2)

Full Changelog: 1.1.22...1.1.23