Releases: changesets/action
Releases Β· changesets/action
v1.3.0
v1.2.2
Patch Changes
- #161
52c9ce7
Thanks @bicknellr! - Change directory tocwd
before running git user setup. This fixes an issue when the action starts its execution not in a git repository.
v1.2.1
Patch Changes
- #144
898d125
Thanks @Andarist! - Updated all Changesets dependencies. This should fix parsing issues for completely empty summaries that has been fixed in@changesets/[email protected]
.
v1.2.0
v1.1.0
Minor Changes
-
#128
1937303
Thanks @dhruvdutt! - Setup the git user in the local config instead of the global one. -
#131
d3db9ec
Thanks @jacklesliewise! - AddedsetupGitUser
option to enable or disable setting up a default git user
v1.0.0
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.