Skip to content

Releases: tramlinehq/deploy-action

v0.1.7

08 Oct 12:48
58cc98c
Compare
Choose a tag to compare

What's Changed

  • Rewrite the script in Python to avoid various JSON parsing issues with bash
  • Bump actions/checkout to v4 by @msasikanth in #1
  • Use dcarbone/install-jq-action to install jq in a platform safe manner by @vaidyakhil in #2

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6

02 Jan 11:30
d461c7e
Compare
Choose a tag to compare

Add build notes as an optional output of the action

Initial release

01 Sep 18:42
Compare
Choose a tag to compare

This helps Tramline do two things:

  • Accept inputs as JSON, so extending later is easier.
  • Wrap the checkout action and checkout to the sha that Tramline passes over. This allows Tramline only to trigger workflows for a particular SHA and not the HEAD of a branch.

🚀