Skip to content

Releases: rossjrw/pr-preview-action

v1.8.1

20 Jan 10:06
ffa7509

Choose a tag to compare

Changes

  • QR codes (added in 1.8.0) are now enabled by default. Add qr-code: false to 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

30 Dec 16:20
5fd5f8e

Choose a tag to compare

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

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

30 Dec 14:25
c739ba4

Choose a tag to compare

Bugfixes

  • Enable GitHub API requests to work with GHES by @Googlom in #126

v1.7.2

27 Dec 23:51
3e4ed15

Choose a tag to compare

Bugfixes

  • Adjusted the timeouts for the wait-for-pages-deployment option
    • Wait for Pages build to start: 180s -> 90s
    • Wait for Pages build to complete: 180s -> 1800s

v1.7.1

27 Dec 13:44
8e38e8c

Choose a tag to compare

Bugfixes

  • Increased the timeouts for the wait-for-pages-deployment option, suggested by @ElioDiNino
    • Wait for Pages build to start: 60s -> 180s
    • Wait for Pages build to complete: 60s -> 180s

v1.7.0

25 Dec 02:25
55147b5

Choose a tag to compare

Features

  • Support passing through overrides for the commit author by @FasterSpeeding in #32
    • Adds two new input parameters: git-config-name and git-config-email
  • Add customisable commit messages for deploy and destroy actions by @bengeois in #120
    • Adds two new input parameters: deploy-commit-message and remove-commit-message
  • 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)

Internal changes

❄️ ❄️ ❄️

v1.6.3

21 Nov 10:01
8ff09e4

Choose a tag to compare

Updates

  • Bump JamesIves/github-pages-deploy-action to v4.7.4 by @katexochen in #119

v1.6.2

03 Jul 10:23
9f77b1d

Choose a tag to compare

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

10 Apr 20:41
2fb559e

Choose a tag to compare

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

10 Jan 16:03
df22037

Choose a tag to compare

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-url is deprecated in favour of pages-base-url and will be removed in v2.
  • Output parameter deployment-url is deprecated in favour of preview-url and will be removed in v2.