Trunk Action Versions Save

Trunk.io GitHub Action

v1.1.13

1 month ago

What's Changed

  • Continues on failure to install node packages, if user doesn't have a trunk.yaml (#236)

Full Changelog: https://github.com/trunk-io/trunk-action/compare/v1.1.12...v1.1.13

v1.1.12

1 month ago

What's Changed

  • Adds an action to install trunk: trunk-io/trunk-action/install@v1 (#234)

Full Changelog: https://github.com/trunk-io/trunk-action/compare/v1.1.11...v1.1.12

v1.1.11

1 month ago

What's Changed

  • Adds an action to setup trunk: trunk-io/trunk-action/setup@v1 (#225)

Full Changelog: https://github.com/trunk-io/trunk-action/compare/v1.1.10...v1.1.11

v1.1.10

3 months ago

What's Changed

  • Adds lowercase-title option to the upgrade action. (#218)

Full Changelog: https://github.com/trunk-io/trunk-action/compare/v1.1.9...v1.1.10

v1.1.9

8 months ago

What's Changed

  • Install latest node rather than crashing if setup-node finds an invalid node version (#189) (the fix in #186 did not handle all edge cases correctly)

Full Changelog: https://github.com/trunk-io/trunk-action/compare/v1.1.8...v1.1.9

v1.1.8

8 months ago
  • Recursively checkout submodules when checking (#177)
  • Install latest node rather than crashing if setup-node finds an invalid node version (#186)

v1.1.7

9 months ago
  • Warn the user if they are using features of the trunk action with a CLI version that is too old (#171, #172)

v1.1.6

9 months ago
  • introduce an optional parameter in the new upload path (#157)

v1.1.5

10 months ago
  • fix bug in the new upload path (#158)

v1.1.4

10 months ago
  • Determine check mode and auto-init before calling .trunk/setup-ci/action.yaml (#109)
  • Teach trunk-io/trunk-action/upgrade to upgrade specific paths (#126)
  • Fixed bug that could occur when the CLI wasn't downloaded (#139)
  • Take advantage of the fact that the CLI now respects the TRUNK_TOKEN environment variable (#142)
  • Allow customizing the title of the PR that trunk-io/trunk-action/upgrade generates (#114)