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

Releases: actions/create-release

v1.1.4

14 Sep 13:55
0cb9c9b
Compare
Choose a tag to compare

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

12 Nov 21:14
0cb9c9b
Compare
Choose a tag to compare
V1

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

11 Aug 19:36
1e92f6f
Compare
Choose a tag to compare

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

v1.1.2

01 Jul 15:00
25a1bf7
Compare
Choose a tag to compare

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

v1.1.1

16 Jun 19:37
e9dc4ac
Compare
Choose a tag to compare
  • 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

15 May 22:56
c9ba696
Compare
Choose a tag to compare
  • Add support to v2 to connect to GHES (#70)
  • Bumped acorn (#57) and handlebars (#33) versions

Automate sliding major version number

10 Feb 08:07
Compare
Choose a tag to compare

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

09 Oct 19:56
Compare
Choose a tag to compare

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