Skip to content

Releases: threeal/action-starter

Version 3.1.0

12 Jun 04:50
v3.1.0
6f00e65

Choose a tag to compare

What's Changed

  • Improved build, test, and lint configurations.
  • Upgraded development dependencies.

Full Changelog: v3.0.0...v3.1.0

Version 3.0.0

23 May 05:18
v3.0.0
8650a16

Choose a tag to compare

What's Changed

  • Switched to pnpm as the package manager.
  • Integrated pre-commit hooks using Lefthook.
  • Using Node.js version 20 in the workspace.
  • Updated build and CI configurations.
  • Upgraded development dependencies.

Full Changelog: v2.1.0...v3.0.0

Version 2.1.0

05 Feb 09:44
v2.1.0
8ead477

Choose a tag to compare

What's Changed

  • Switched to Vitest for testing.
  • Removed the Dependabot label configuration.
  • Upgraded development dependencies.

Full Changelog: v2.0.0...v2.1.0

Version 2.0.0

31 Oct 03:44
v2.0.0
d770e47

Choose a tag to compare

What's Changed

  • Simplified, improved, and renamed the sample action file.
  • Added an .nvmrc file to specify the Node.js version used in the template.
  • Merged and enhanced GitHub Actions workflow configurations.
  • Improved the template description and usage guide in the README.md file.
  • Updated dependencies.

Full Changelog: v1.8.0...v2.0.0

Version 1.8.0

10 Aug 07:58
f54396d

Choose a tag to compare

What's Changed

  • Update the TypeScript configuration by specifying the source files (#365) and enabling strict mode (#367).
  • Fix Git diff check in the GitHub workflow (#369).
  • Utilize Rollup to bundle the distributed action file (#372).
  • Utilize the GitHub Actions Utilities package in the sample package (#374).
  • Remove mocked test in the sample package (#376).
  • Update dependencies.

Full Changelog: v1.7.0...v1.8.0

Version 1.7.0

22 Jul 08:14
b2951e9

Choose a tag to compare

What's Changed

New Features

Dependency Updates

Full Changelog: v1.6.0...v1.7.0

Version 1.6.0

08 Apr 08:18
559a836

Choose a tag to compare

What's Changed

Documentation Changes

Development Changes

Dependency Updates

Full Changelog: v1.5.0...v1.6.0

Version 1.5.0

03 Mar 14:45
880608b

Choose a tag to compare

What's Changed

Development Changes

Dependency Updates

Full Changelog: v1.4.0...v1.5.0

Version 1.4.0

12 Feb 06:45
7f2b4b3

Choose a tag to compare

What's Changed

Development Changes

Dependency Updates

Full Changelog: v1.3.0...v1.4.0

Version 1.3.0

28 Jan 10:53
555d40a

Choose a tag to compare

What's Changed

Action Changes

  • Refactor Branding Configuration in action.yaml by @threeal in #169

Development Changes

  • Remove Check Yarn Version Step in Test Workflow by @threeal in #167

Dependency Updates

Full Changelog: v1.2.0...v1.3.0