Releases: withastro/action
Releases · withastro/action
v1.0.0
Changelog
- BREAKING Simplify inputs @natemoo-re (#27)
node-version
has been bumped to18
by default (16
is EOL and no longer supported by Astro v3.0.0)package-manager
now supportstool@version
syntax (for example,[email protected]
)pnpm-version
has been removed (use the newpackage-manager
syntax, if needed)resolve-dep-from-path
has been removed. The current behavior is identical totrue
(the default)
See details of all code changes since previous release.
v0.3.2
No changes from v0.3.0, we just messed up the release tags 🫠
Astro Deploy
This action for Astro builds your Astro site for GitHub Pages.
For more information, please see our complete deployment guide—Deploy your Astro Site to GitHub Pages.
v0.3.0
Changelog
- Add option to configure pnpm version @ThatXliner (#25)
- Support Bun package manager @colinhacks (#26)
- Update pnpm/action-setup @thinca (#23)
- Optional cache-dependency-path @rajat1saxena (#22)
See details of all code changes since previous release.
v0.2.0
Changelog
- Action cleanup @swift502 (#19)
- Moved away from set-output @mandar1jn (#15)
- Use actions/checkout@v3 @swift502 (#17)
- Updated README.md to line up with the docs @mandar1jn (#14)
See details of all code changes since previous release.
v0.1.9
Changelog
- Fixes the action when setting custom
path
See details of all code changes since previous release.
v0.1.9-pre.2
Changelog
- Fix missing GitHub Pages configuration @nickmccurdy (#11)
See details of all code changes since previous release.
v0.1.9-pre.1
Changelog
- Update readme @nickmccurdy (#10)
- Use cwd for node steps @natemoo-re (#12)
See details of all code changes since previous release.
v0.1.9-pre.0
Changelog
See details of all code changes since previous release.
v0.1.8
Changelog
- Fix a few issues with pnpm setup @natemoo-re (#7)
See details of all code changes since previous release.