Releases: skywarth/vite-github-pages-deployer
Releases · skywarth/vite-github-pages-deployer
v1.5.0
What's Changed
TL;DR: working_path parameter is introduced to run package manager CLI commands in designated folders.
This release contains new parameters to the action, and some changes to how the build folder is resolved. Tests are made to ensure it is backward compatible, but if you notice some abnormalities or change in behavior in your pipelines, please open up an issue.
New Contributors
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Dependencies updated to latest version by @skywarth in #12
- add
mainbranch to example in README by @gregsadetsky in #8
New Contributors
- @gregsadetsky made their first contribution in #8
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
public_base_pathparameter/input default value is resolved based on the existence of CNAME (for GitHub pages custom domain configuration) primarily, with a fallback repository name if CNAME is not found as last resort.- Backward compatible with previous versions and installations. It should work as is.
- Custom domain expansion proposition made by @gregsadetsky in #5
- Custom domain expansion developed by @skywarth in #7
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Node environment parameters introduced for
installandbuildphases. - Expanded and improved the README. Table of contents for fast navigation, new sections, common errors and solutions, and visual enhancements.
- TODO entries struck off the list
Full Changelog: v1.1.0...v1.2.0
🎆 Thanks to the stargazers and users of the action for their support.
v1.1.0
- Output deploy url for environment
- Input parameter for choosing desired package manager for installing and building
- Bugfixes
Project renamed: v1.0.1
- Project renamed
- README and action updated to reflect project name change.
- Added useful links to README
Initial Production Release: v1.0.0
- Expanded README
- Corrected input parameter issues regarding boolean. Boolean is not supported as of now: SO Post
v0.0.4-beta
Added optional inputs for flexibility
v0.0.3-beta
Full Changelog: v0.0.2-beta...v0.0.3-beta
v0.0.2-beta
Parameter for build_path and dump data