Releases: benmatselby/hugo-deploy-gh-pages
Releases 路 benmatselby/hugo-deploy-gh-pages
Release list
2.5.0
What's Changed
- GHA: Bump actions/checkout from 4 to 5 by @dependabot[bot] in #64
- Mark the current directory as "git safe" by @mfocko in #66
- Minor formatting and comment change by @benmatselby in #67
- Document 2.5.0 release by @benmatselby in #68
New Contributors
Full Changelog: v2.4.0...v2.5.0
2.4.0
What's Changed
- Update base image to use Debian Bookworm by @tastapod in #62
- Update the changelog for the next release by @benmatselby in #63
Full Changelog: v2.3.0...v2.4.0
2.3.0
What's Changed
- Define config for git (and go) to access private repositories by @benmatselby in #61
Full Changelog: v2.2.0...v2.3.0
2.2.0
2.1.1
What's Changed
- Add a dependabot file by @benmatselby in #52
- GHA: Bump actions/checkout from 1 to 3 by @dependabot in #53
- Sync dependabot configuration by @benmatselby in #54
- GHA: Bump actions/checkout from 3 to 4 by @dependabot in #55
- Change safe.directory after git init by @migagi in #56
New Contributors
- @dependabot made their first contribution in #53
- @migagi made their first contribution in #56
Full Changelog: v2.1.0...v2.1.1
2.1.0
- Fix: #50 Mark the current working directory as safe. Thanks to Jiri Popelka for the contribution.
What's Changed
- Mark current directory as safe by @jpopelka in #50
- Get ready for the 2.1.0 release by @benmatselby in #51
New Contributors
Full Changelog: v2.0.0...v2.1.0
2.0.0
What's Changed
- Checkout the right branches. by @benmatselby in #46
- Typo fix for deleting the go.tar.gz file by @benmatselby in #47
- Use the Linux-64bit binary by @benmatselby in #48
Full Changelog: v1.16.0...v2.0.0
1.16.0
- Switched the default branch to
mainfrommaster.- I recommend you use a release tag, or update your workflow files to use
benmatselby/hugo-deploy-gh-pages@mainnotbenmatselby/hugo-deploy-gh-pages@master. - I've left the
masterbranch around so it should not break anything for anyone, butmasterwill not be kept up to date now.
- I recommend you use a release tag, or update your workflow files to use
1.15.0
- Remove an early exit statement, identified by bearylogical
1.14.0
- Allow users to specify the
HUGO_PUBLISH_DIRenvironment variable. Resolves #43