diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 5a68f14..3904054 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -10,11 +10,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.2 - name: Get branch names id: branch-name - uses: tj-actions/branch-names@v6 + uses: tj-actions/branch-names@v7 with: strip_tag_prefix: 'v' @@ -22,7 +22,7 @@ jobs: uses: docker/setup-qemu-action@v2.1.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2.4.1 + uses: docker/setup-buildx-action@v2.5.0 - name: Login to GitHub Container Registry uses: docker/login-action@v2.1.0 diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 22d1357..a432c1b 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -8,7 +8,7 @@ jobs: if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.5.2 with: token: ${{ secrets.PAT_TOKEN }} fetch-depth: 0 # otherwise, you will failed to push refs to dest repo diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 187336f..b0e20df 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 - name: Run release-tagger - uses: tj-actions/release-tagger@v2 + uses: tj-actions/release-tagger@v3 - name: Sync release version. uses: tj-actions/sync-release-version@v13 id: sync-release-version @@ -22,11 +22,11 @@ jobs: paths: | README.md - name: Generate CHANGELOG - uses: tj-actions/github-changelog-generator@v1.17 + uses: tj-actions/github-changelog-generator@v1.18 with: output: 'HISTORY.md' - name: Create Pull Request - uses: peter-evans/create-pull-request@v4.2.3 + uses: peter-evans/create-pull-request@v5 with: base: "main" labels: "merge when passing" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8084a3b..0f52922 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: name: Test github-changelog-generator steps: - name: Checkout - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.2 - name: shellcheck uses: reviewdog/action-shellcheck@v1.17 - name: Run github-changelog-generator diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 15e21e0..c8ffa60 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -20,7 +20,7 @@ jobs: uses: tj-actions/remark@v3 - name: Verify Changed files - uses: tj-actions/verify-changed-files@v13 + uses: tj-actions/verify-changed-files@v14 id: verify_changed_files with: files: | @@ -34,7 +34,7 @@ jobs: - name: Create Pull Request if: failure() - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: base: "main" labels: "merge when passing" diff --git a/Dockerfile b/Dockerfile index f41e0c1..f2465d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.2.1-alpine3.17 +FROM ruby:3.2.2-alpine3.17 LABEL maintainer="Tonye Jack " diff --git a/Gemfile.lock b/Gemfile.lock index c12296e..aec2079 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,14 +1,14 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.0.4.2) + activesupport (7.0.5) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.1) + addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) - async (2.4.0) + async (2.5.1) console (~> 1.10) io-event (~> 1.1) timers (~> 4.1) @@ -20,20 +20,20 @@ GEM protocol-http1 (~> 0.15.0) protocol-http2 (~> 0.15.0) traces (>= 0.8.0) - async-http-faraday (0.11.0) + async-http-faraday (0.12.0) async-http (~> 0.42) faraday async-io (1.34.3) async - async-pool (0.3.12) + async-pool (0.4.0) async (>= 1.25) concurrent-ruby (1.2.2) console (1.16.2) fiber-local - faraday (2.7.4) + faraday (2.7.5) faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) - faraday-http-cache (2.4.1) + faraday-http-cache (2.5.0) faraday (>= 0.8) faraday-net_http (3.0.2) fiber-local (1.0.0) @@ -46,9 +46,9 @@ GEM octokit (~> 4.6) rainbow (>= 2.2.1) rake (>= 10.0) - i18n (1.12.0) + i18n (1.13.0) concurrent-ruby (~> 1.0) - io-event (1.1.6) + io-event (1.2.2) minitest (5.18.0) multi_json (1.15.0) octokit (4.25.1) diff --git a/HISTORY.md b/HISTORY.md index 6920f05..22e02f4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,43 @@ # Changelog -## [v1](https://github.com/tj-actions/github-changelog-generator/tree/v1) (2022-12-28) +## [v1](https://github.com/tj-actions/github-changelog-generator/tree/v1) (2023-03-09) -[Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1.17...v1) +[Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1.18...v1) + +## [v1.18](https://github.com/tj-actions/github-changelog-generator/tree/v1.18) (2023-03-09) + +[Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1.17...v1.18) + +**Merged pull requests:** + +- chore\(deps\): update tj-actions/auto-doc action to v2 [\#241](https://github.com/tj-actions/github-changelog-generator/pull/241) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update codacy/codacy-analysis-cli-action action to v4.3.0 [\#240](https://github.com/tj-actions/github-changelog-generator/pull/240) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): lock file maintenance [\#239](https://github.com/tj-actions/github-changelog-generator/pull/239) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): lock file maintenance [\#238](https://github.com/tj-actions/github-changelog-generator/pull/238) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update pascalgn/automerge-action action to v0.15.6 [\#237](https://github.com/tj-actions/github-changelog-generator/pull/237) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): lock file maintenance [\#236](https://github.com/tj-actions/github-changelog-generator/pull/236) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update ruby docker tag to v3.2.1 [\#235](https://github.com/tj-actions/github-changelog-generator/pull/235) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update docker/setup-buildx-action action to v2.4.1 [\#234](https://github.com/tj-actions/github-changelog-generator/pull/234) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): lock file maintenance [\#233](https://github.com/tj-actions/github-changelog-generator/pull/233) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): bump docker/build-push-action from 3.3.0 to 4.0.0 [\#232](https://github.com/tj-actions/github-changelog-generator/pull/232) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): update docker/setup-buildx-action action to v2.4.0 [\#229](https://github.com/tj-actions/github-changelog-generator/pull/229) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): lock file maintenance [\#228](https://github.com/tj-actions/github-changelog-generator/pull/228) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update docker/setup-buildx-action action to v2.3.0 [\#227](https://github.com/tj-actions/github-changelog-generator/pull/227) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): lock file maintenance [\#226](https://github.com/tj-actions/github-changelog-generator/pull/226) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update reviewdog/action-shellcheck action to v1.17 [\#225](https://github.com/tj-actions/github-changelog-generator/pull/225) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): bump activesupport from 7.0.4 to 7.0.4.1 [\#224](https://github.com/tj-actions/github-changelog-generator/pull/224) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): lock file maintenance [\#223](https://github.com/tj-actions/github-changelog-generator/pull/223) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update docker/build-push-action action to v3.3.0 [\#222](https://github.com/tj-actions/github-changelog-generator/pull/222) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): lock file maintenance [\#221](https://github.com/tj-actions/github-changelog-generator/pull/221) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update actions/checkout action to v3.3.0 [\#220](https://github.com/tj-actions/github-changelog-generator/pull/220) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update tj-actions/auto-doc action to v1.7.3 [\#219](https://github.com/tj-actions/github-changelog-generator/pull/219) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): lock file maintenance [\#217](https://github.com/tj-actions/github-changelog-generator/pull/217) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update tj-actions/auto-doc action to v1.7.2 [\#216](https://github.com/tj-actions/github-changelog-generator/pull/216) ([renovate[bot]](https://github.com/apps/renovate)) +- Updated README.md [\#215](https://github.com/tj-actions/github-changelog-generator/pull/215) ([jackton1](https://github.com/jackton1)) +- chore\(deps\): update tj-actions/auto-doc action to v1.7.1 [\#214](https://github.com/tj-actions/github-changelog-generator/pull/214) ([renovate[bot]](https://github.com/apps/renovate)) +- Upgraded to v1.17 [\#212](https://github.com/tj-actions/github-changelog-generator/pull/212) ([jackton1](https://github.com/jackton1)) +- chore\(deps\): lock file maintenance [\#211](https://github.com/tj-actions/github-changelog-generator/pull/211) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update tj-actions/github-changelog-generator action to v1.17 [\#210](https://github.com/tj-actions/github-changelog-generator/pull/210) ([renovate[bot]](https://github.com/apps/renovate)) ## [v1.17](https://github.com/tj-actions/github-changelog-generator/tree/v1.17) (2022-12-28) diff --git a/README.md b/README.md index 16201d2..6c4263a 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ Generate CHANGELOG/HISTORY markdown files for your project -| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | -|--------|--------|----------|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| output | string | false | `"CHANGELOG.md"` | The changelog output file | -| token | string | true | `"${{ github.token }}"` | [GITHUB\_TOKEN](https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#using-the-github_token-in-a-workflow) or a repo scoped [PersonalAccess Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) | +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +|--------|--------|----------|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| output | string | false | `"CHANGELOG.md"` | The changelog output file | +| token | string | true | `"${{ github.token }}"` | [GITHUB\_TOKEN](https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#using-the-github_token-in-a-workflow) or a repo scoped
[Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) |