Releases: massdriver-cloud/actions
Releases · massdriver-cloud/actions
App Patch and App Deploy actions
What's Changed
- Bump eslint from 8.36.0 to 8.37.0 by @dependabot in #95
- App Patch by @akasprzok in #98
- App Deploy by @akasprzok in #99
- add build-directory option, update CONTRIBUTING by @akasprzok in #100
- fix bundle publish by @akasprzok in #102
- Remove unnecessary '' by @akasprzok in #103
Full Changelog: v3.1...v3.2
v3.1
Adds bundle_publish and image_push actions.
These actions wrap their respective CLI commands, but provide a GHA-native usage pattern.
What's Changed
- change README to v3 by @akasprzok in #84
- Bump typescript from 4.9.5 to 5.0.2 by @dependabot in #86
- Bump prettier from 2.8.4 to 2.8.6 by @dependabot in #85
- Refactor by @akasprzok in #93
- barebones dev container by @akasprzok in #87
- Bump @types/node from 18.15.5 to 18.15.11 by @dependabot in #96
- Image Push by @akasprzok in #97
Full Changelog: v3...v3.1
Polish
Multi-Action Repo
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
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>