From 30d1b55fde2d2048afaf0578077a21a69d3ebd28 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Sun, 25 Apr 2021 01:35:35 +0000 Subject: [PATCH 1/2] Upgraded from v1.3 -> v1.4 --- HISTORY.md | 13 +++++++++++++ README.md | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 77618d2..360dc32 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,18 @@ # Changelog +## [v1.4](https://github.com/tj-actions/github-changelog-generator/tree/v1.4) (2021-04-25) + +[Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1.3...v1.4) + +**Merged pull requests:** + +- Update Dockerfile [\#14](https://github.com/tj-actions/github-changelog-generator/pull/14) ([jackton1](https://github.com/jackton1)) +- Upgraded bundler [\#13](https://github.com/tj-actions/github-changelog-generator/pull/13) ([jackton1](https://github.com/jackton1)) +- Upgraded ruby and fixed deprecation warnings. [\#12](https://github.com/tj-actions/github-changelog-generator/pull/12) ([jackton1](https://github.com/jackton1)) +- Update ruby Docker tag to v2.6.5 [\#9](https://github.com/tj-actions/github-changelog-generator/pull/9) ([renovate[bot]](https://github.com/apps/renovate)) +- Configure Renovate [\#7](https://github.com/tj-actions/github-changelog-generator/pull/7) ([renovate[bot]](https://github.com/apps/renovate)) +- Upgraded to v1.3 [\#4](https://github.com/tj-actions/github-changelog-generator/pull/4) ([jackton1](https://github.com/jackton1)) + ## [v1.3](https://github.com/tj-actions/github-changelog-generator/tree/v1.3) (2021-02-21) [Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1.2...v1.3) diff --git a/README.md b/README.md index 031ca3b..06daf62 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Github CHANGELOG generator steps: - uses: actions/checkout@v2 - name: Generate CHANGELOG - uses: tj-actions/github-changelog-generator@v1.3 + uses: tj-actions/github-changelog-generator@v1.4 with: output: 'HISTORY.md' ``` From 17458c3cd995c9934f5cbb217a4337ebfaf7b844 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 24 Apr 2021 22:56:02 -0400 Subject: [PATCH 2/2] Update ghcr.yml --- .github/workflows/ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index d7bff26..4e77b89 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -14,7 +14,7 @@ jobs: - name: Get branch names id: branch-name - uses: tj-actions/branch-names@v3.6 + uses: tj-actions/branch-names@v4 with: strip_tag_prefix: 'v'