Skip to content

Releases: peterjgrainger/action-create-branch

v3.0.0

27 Feb 05:08
Compare
Choose a tag to compare

Change node 16 to node 20 fixes #394

Full Changelog: v2.4.0...v3.0.0

v2.4.0

01 Dec 08:43
Compare
Choose a tag to compare

Bump version of @core/actions to get rid of the warning for set-output

v2.3.0

14 Nov 15:39
Compare
Choose a tag to compare

From #356 update to version 16 of node and set BRANCH_CREATED environment variable instead of set-output

I've left set output there so others can update their action but added a warning not to use the output any longer.

v2.2.0

31 Mar 14:42
Compare
Choose a tag to compare

Create from a specific sha

v2.1.0

22 Dec 15:52
Compare
Choose a tag to compare

Included ability to create from sha

v2.0.1

31 May 06:13
Compare
Choose a tag to compare

#Changelog

Defensive code added to remove refs/heads if the github event adds it. Thanks @aka-tpayne

v2.0.0

29 Mar 07:25
Compare
Choose a tag to compare
compile to single file

v1.0.0

19 Sep 13:45
385b67c
Compare
Choose a tag to compare

Initial version