We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361e803 commit ca924ebCopy full SHA for ca924eb
.github/ghaction-github-pages.png
-9.85 KB
CHANGELOG.md
@@ -1,8 +1,22 @@
1
# Changelog
2
3
+## 2.0.0 (2020/05/11)
4
+
5
+* Add ability to sign commits through [Import GPG](https://github.com/crazy-max/ghaction-import-gpg) GitHub Action
6
+* Add `author` input
7
+* Fix default committer and author for GitHub Actions bot
8
+* More synthetic output
9
+* Replace `GITHUB_PAT` env var with `GH_PAT` (#53)
10
+* Replace `committer_name` and `committer_email` inputs with `committer`
11
12
+## 1.5.3 (2020/05/11)
13
14
+* Mark `GITHUB_PAT`, `committer_name` and `committer_email` inputs as deprecated
15
16
## 1.5.2 (2020/05/09)
17
18
* Update CI workflow
19
+* Cleanup local paths from extra fields
20
* Fix action yml
21
22
## 1.5.1 (2020/05/04)
0 commit comments