Releases: rossjrw/pr-preview-action
Releases · rossjrw/pr-preview-action
v1.8.1
Changes
- QR codes (added in 1.8.0) are now enabled by default. Add
qr-code: falseto disable it.
If you have feedback about QR codes e.g. you strongly feel they should be disabled by default, please leave your thoughts on this issue: #130
v1.8.0
Features
- Add option to add QR code to comment by @lredoban in #98
- New input parameter
qr-code, default false, that toggles the behaviour and can also be used to set the QR code provider - qr.rossjrw.com (https://github.com/rossjrw/qrcode-worker) created as the default QR code provider
- New input parameter
Bugfixes
- Adjusted the timeouts for the wait-for-pages-deployment option - re-increased time for Pages build to start from 90s to 180s
v1.7.3
v1.7.2
Bugfixes
- Adjusted the timeouts for the
wait-for-pages-deploymentoption- Wait for Pages build to start: 180s -> 90s
- Wait for Pages build to complete: 180s -> 1800s
v1.7.1
Bugfixes
- Increased the timeouts for the
wait-for-pages-deploymentoption, suggested by @ElioDiNino- Wait for Pages build to start: 60s -> 180s
- Wait for Pages build to complete: 60s -> 180s
v1.7.0
Features
- Support passing through overrides for the commit author by @FasterSpeeding in #32
- Adds two new input parameters:
git-config-nameandgit-config-email
- Adds two new input parameters:
- Add customisable commit messages for deploy and destroy actions by @bengeois in #120
- Adds two new input parameters:
deploy-commit-messageandremove-commit-message
- Adds two new input parameters:
- Add option to wait for deploy to finish by @rossjrw in #121, reported by @vincerubinetti in #25
- Adds a new input parameter:
wait-for-pages-deployment, boolean, default false (may be true in a future version)
- Adds a new input parameter:
Internal changes
❄️ ❄️ ❄️
v1.6.3
Updates
- Bump JamesIves/github-pages-deploy-action to v4.7.4 by @katexochen in #119
v1.6.2
Bugfixes
- Sticky comment will now be posted if deployment status is 'skipped', which occurs when there are no changes to make to the deployment (#114), reported by @katexochen in #113
v1.6.1
Changes
- Upgraded internal action versions:
- JamesIves/github-pages-deploy-action from 4.5.0 to 4.7.2
- marocchino/sticky-pull-request-comment from 2.9.0 to 2.9.2
v1.6.0
Features
- The sticky comment can now be disabled by setting input parameter
comment: false. (#97) - Added more output parameters, enough to write your own sticky comment:
deployment-action,pages-base-url,preview-url-path,preview-url,action-version,action-start-timestamp,action-start-time(#97, #73, #96)
Changes
- Changed the layout of the default sticky comment.
- Default sticky comment now includes a link to the repo's deployments so that you can verify whether the Pages deployment has completed, thank you @vincerubinetti for the suggestion (#25)
Deprecations
- Input parameter
custom-urlis deprecated in favour ofpages-base-urland will be removed in v2. - Output parameter
deployment-urlis deprecated in favour ofpreview-urland will be removed in v2.