Skip to content

Releases: github/branch-deploy

v4.3.0

15 Feb 14:48
e0b8fec
Compare
Choose a tag to compare

v4.3.0

Adds the .help command to the Action 🎉

The help command uses your Action's configuration to generate a dynamic help command output directly on your pull request so contributors know how to operate deployments through IssueOps.

What's Changed

Full Changelog: v4.2.1...v4.3.0

v4.2.1

15 Feb 12:08
4c16773
Compare
Choose a tag to compare
v4.2.1 Pre-release
Pre-release

v4.2.1

What's Changed

Full Changelog: v4.2.0...v4.2.1

v4.2.0

13 Feb 16:23
e76bfe3
Compare
Choose a tag to compare
v4.2.0 Pre-release
Pre-release

v4.2.0

What's Changed

Full Changelog: v4.1.0...v4.2.0

v4.1.0

01 Feb 22:06
59cb87c
Compare
Choose a tag to compare

v4.1.0

What's Changed

Full Changelog: v4.0.0...v4.1.0

v4.0.0

02 Jan 05:36
3139980
Compare
Choose a tag to compare

What's Changed

📢 All users should upgrade to this release (v4.0.0) if possible as it fixes a critical bug where the deployment environment does not correctly get set when creating a new deployment. Many users who just use production were not impacted by this issue but all users who were using a unique production name (example: prod or prd) were impacted. This release contains fixes for this issue! 🎉 Huge thanks to @mwatson-x for discovering this bug in #81

This release also introduces a new optional input for the Action in #83 which allows users to specify a production_environment if the name is unique rather than just plain old production (examples: prod, prd, main, etc)

New Contributors

Full Changelog: v3.1.0...v4.0.0

v3.1.0

18 Dec 01:04
32a0085
Compare
Choose a tag to compare

v3.1.0

The main changes of this release are:

  • Fixes a bug where no status checks is set to success rather than null
  • Adds a new GitHub Actions output that contains the deployment_id of the the deployment created by this Action

What's Changed

New Contributors

Full Changelog: v3.0.3...v3.1.0

v3.0.3

18 Oct 22:54
668add1
Compare
Choose a tag to compare

v3.0.3

This release updates the @actions/core library due to the deprecation of a few core methods

ref: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

What's Changed

Full Changelog: v3.0.2...v3.0.3

v3.0.2

05 Oct 19:23
0b617a0
Compare
Choose a tag to compare

v3.0.2

Bump ncc dependency version to the latest available

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

12 Sep 23:04
1347596
Compare
Choose a tag to compare

v3.0.1

A patch release to support an improved CI job

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

12 Sep 21:19
Compare
Choose a tag to compare

v3.0.0

This release is a new major release as it changes the structure of the messages which the branch-deploy Action presents. This is a major change as it may break workflows that rely on the structure of these comments.

The majority of users should be able to use this version without any issues. Enjoy!

Examples 📸

Screen Shot 2022-09-12 at 3 18 29 PM

Full Changelog: v2.4.1...v3.0.0