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' 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' ```