Skip to content

Releases: JamesIves/github-pages-deploy-action

v4.6.4

02 Sep 15:52
Compare
Choose a tag to compare

What's Changed

What's Changed

Bug Fixes 🐝

  • fix: resolved an issue where the default config was not being applied to the non-action version of the project.

Build 🔧

  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #1639
  • build(deps): bump the misc group across 1 directory with 6 updates by @dependabot in #1642
  • build(deps): bump the misc group across 1 directory with 8 updates by @dependabot in #1648
  • build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 in the misc group by @dependabot in #1649
  • build(deps): bump micromatch from 4.0.4 to 4.0.8 by @dependabot in #1679

Full Changelog: v4...v4.6.4

v4.6.3

05 Jul 15:32
Compare
Choose a tag to compare

What's Changed

Build 🔧

  • Consolidated a number of build scripts to make publishing easier.

Full Changelog: v4...v4.6.3

v4.6.2

05 Jul 15:30
Compare
Choose a tag to compare

What's Changed

Dependencies 🤖

  • build(deps-dev): bump the misc group across 1 directory with 2 updates by @dependabot in #1602
  • build(deps): bump codecov/codecov-action from 4.4.0 to 4.5.0 by @dependabot in #1614
  • build(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #1615
  • build(deps-dev): bump the misc group with 3 updates by @dependabot in #1613
  • build(deps-dev): bump the misc group across 1 directory with 4 updates by @dependabot in #1635
  • build(deps): bump typescript-eslint from 7.9.0 to 7.15.0 in the typescript group across 1 directory by @dependabot in #1634
  • build(deps-dev): bump the eslint group across 1 directory with 3 updates by @dependabot in #1637

Full Changelog: v4.6.1...v4.6.2

v4.6.1

18 May 11:14
Compare
Choose a tag to compare

What's Changed

Fixes

  • Resolved an issue where workflows were suddenly failing due to a worktree in use error. The action will now attempt to create a temp branch name if the existing branch name is already checked out by a prior to step to ensure it can occur. This issue was only occurring in a handful of workflows, and likely stemmed from a git version change on the official GitHub runners. The actual root cause is still somewhat unknown.

Dependencies

Full Changelog: v4...v4.6.1

v4.6.0

17 Apr 13:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.5.0...v4.6.0

v4.5.0

28 Nov 03:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.4.3...v4.5.0

v4.4.3

12 Jul 01:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4...v4.4.3

v4.4.2

26 May 12:29
Compare
Choose a tag to compare

What's Changed

  • Dependency updates

Full Changelog: v4...v4.4.2

v4.4.1

13 Oct 03:31
Compare
Choose a tag to compare

What's Changed

  • The action now fully runs on Node 16. (Thank you @nickmccurdy)

Changelog

New Contributors

Full Changelog: v4...v4.4.1

v4.4.0

21 Jul 11:22
Compare
Choose a tag to compare

What's Changed

  • Adding tag option to action by @germa89 in #1142 - this can be used by applying a version number to your workflow. You can source this input via a workflow variable to dynamically add a tag to a branch on each deployment. You can find more information about how to use this field in the readme.
  • fix: 🐛 Fixes an issue where informational messages are throwing errors by in #1168
  • Bump eslint-plugin-prettier from 4.0.0 to 4.2.1 by @dependabot in #1159
  • Bump @types/node from 18.0.0 to 18.0.6 by @dependabot in #1169

New Contributors

Sponsors ❤️

github  

Full Changelog: v4...v4.4.0