ghaction-github-pages/CHANGELOG.md
2020-05-04 02:03:27 +02:00

92 lines
1.5 KiB
Markdown

# Changelog
## 1.5.1 (2020/05/04)
* Keep PAT if you want to deploy to another repo
* Remove limitation notice
## 1.5.0 (2020/05/03)
* Personal Access Token is not required anymore to trigger a page build on a public repository (#1)
* Update deps
## 1.4.1 (2020/04/26)
* `GITHUB_TOKEN` documentation link (#90)
* Update deps
## 1.4.0 (2020/04/09)
* Use ncc and clean workflows
* Update deps
## 1.3.0 (2020/02/11)
* Check no changes (#62)
* Update deps
## 1.2.5 (2019/11/26)
* Fix fqdn CNAME writeFileSync (#32)
## 1.2.4 (2019/11/19)
* Fix keep history (#27)
## 1.2.3 (2019/11/19)
* Trim token (#25)
## 1.2.2 (2019/11/16)
* Fix inputs
## 1.2.1 (2019/11/15)
* Typo
## 1.2.0 (2019/11/15)
* Add `keep_history`: Create incremental commit instead of doing push force (#2)
* Add `allow_empty_commit`: Allow an empty commit to be created
* Add `fqdn`: Write the given domain name to the CNAME file
* Log latest changes
* Fix committer name/email inputs
## 1.1.0 (2019/11/14)
* Add customization for commit message, committer name/email (#9)
* Update deps
## 1.0.1 (2019/10/11)
* Spelling
## 1.0.0 (2019/10/11)
* Switch to TypeScript Action (#3)
## 0.5.0 (2019/10/03)
* Add `repo` input
## 0.4.0 (2019/09/03)
* Use inputs as env
## 0.3.0 (2019/09/02)
* Push Docker image to DockerHub
## 0.2.0 (2019/09/01)
* [Fix limitation](https://github.com/crazy-max/ghaction-github-pages#warning-limitation) using Personal Access Token
## 0.1.1 (2019/09/01)
* Fix refs
## 0.1.0 (2019/08/31)
* Initial version