Skip to content

Releases: massdriver-cloud/actions

App Patch and App Deploy actions

31 Mar 17:49
5ec02a0

Choose a tag to compare

What's Changed

Full Changelog: v3.1...v3.2

v3.1

29 Mar 22:17
88c300a

Choose a tag to compare

Adds bundle_publish and image_push actions.

These actions wrap their respective CLI commands, but provide a GHA-native usage pattern.

What's Changed

Full Changelog: v3...v3.1

Polish

02 Dec 19:15
54c2e7c

Choose a tag to compare

Removes some superfluous action logs.

Multi-Action Repo

02 Dec 18:42
7557ce1

Choose a tag to compare

Action.yaml files are now to be nested in directories, one action.yaml per action directory.

The setup action may now be used thusly:

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - name: Install the Massdriver CLI 
        uses: massdriver-cloud/actions/setup@v2
      - name: Use the Massdriver CLI 
        run: mass help

Initial release

02 Dec 17:53
7c00460

Choose a tag to compare

Bump typescript from 4.4.4 to 4.9.3 (#28)

* Bump typescript from 4.4.4 to 4.9.3

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.4 to 4.9.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.4...v4.9.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* update vercel/ncc

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andreas <andreas@massdriver.cloud>