Skip to content

Releases: changesets/action

v1.2.0

23 Jan 13:28

Choose a tag to compare

Minor Changes

  • #130 5c0997b Thanks @akphi! - Added createGithubReleases input option (defaults to true) to control whether to create Github releases during publish or not.

  • #134 1ed9bc2 Thanks @dmregister! - Added cwd input option that can be used in projects that are not in the root directory.

v1.1.0

07 Jan 15:43

Choose a tag to compare

Minor Changes

v1.0.0

25 Nov 17:09

Choose a tag to compare

Major Changes

  • #118 05c863d Thanks @Andarist! - From now on this action will be released using the Changesets-based workflow (using itself). Thanks to that we'll have a good release history. The users will be able to find specific versions of the action and will be able to track changes over time. It also improves the security as the build artifact will always get built in the CI environment, using a frozen lockfile.