Skip to content
This repository was archived by the owner on Mar 4, 2021. It is now read-only.

Releases: actions/create-release

v1.1.4

Choose a tag to compare

@IAmHughes IAmHughes released this 14 Sep 13:55
0cb9c9b

This release adds the ability to specify an owner/repo in your inputs to have an action run create releases on a different repository.

V1

V1

Choose a tag to compare

@mscoutermarsh mscoutermarsh released this 12 Nov 21:14
0cb9c9b

This is the initial release of the create-release Action. This Action wraps the create-release endpoint to create a GitHub Release.

  • Updated tag/docs to match versioning for other Actions.

v1.1.3

Choose a tag to compare

@thboop thboop released this 11 Aug 19:36
1e92f6f

This release includes vendored licenses for this action's npm dependencies.

v1.1.2

Choose a tag to compare

@mscoutermarsh mscoutermarsh released this 01 Jul 15:00
25a1bf7

Adds the ability to populate the release body from a file. #50

v1.1.1

Choose a tag to compare

@mscoutermarsh mscoutermarsh released this 16 Jun 19:37
e9dc4ac
  • Release name is now an optional field to match the GitHub API - #75
  • Add commitish param. Useful for targeting a commit or tag. #32

v1.1.0

Choose a tag to compare

@pjquirk pjquirk released this 15 May 22:56
c9ba696
  • Add support to v2 to connect to GHES (#70)
  • Bumped acorn (#57) and handlebars (#33) versions

Automate sliding major version number

Choose a tag to compare

@IAmHughes IAmHughes released this 10 Feb 08:07

This is a minor update to make the current release have the latest code from master, and additionally allows for a new automation workflow to execute to automate the sliding of the major (v1, v2, v3, etc) version numbers for ease of referencing

Initial release

Choose a tag to compare

@IAmHughes IAmHughes released this 09 Oct 19:56

This is the initial release of the create-release Action. This Action wraps the create-release endpoint to create a GitHub Release.