From 6c03e23276946705399fb610c996e804156e2a72 Mon Sep 17 00:00:00 2001 From: Jordan Ribbink Date: Sun, 7 Apr 2024 09:06:25 -0700 Subject: [PATCH] Add release workflow for `feature/stable-cadence` --- .changeset/tidy-coats-tickle.md | 5 +++++ .github/workflows/release.yml | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/tidy-coats-tickle.md diff --git a/.changeset/tidy-coats-tickle.md b/.changeset/tidy-coats-tickle.md new file mode 100644 index 0000000..f426e95 --- /dev/null +++ b/.changeset/tidy-coats-tickle.md @@ -0,0 +1,5 @@ +--- +"@onflow/flow-js-testing": patch +--- + +Fix shorthand imports diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 124652b..16f7a8f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,7 @@ on: push: branches: - master + - feature/* jobs: release: