Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tj-actions/auto-doc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.1
Choose a base ref
...
head repository: tj-actions/auto-doc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.2
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on May 4, 2023

  1. chore: remove debug mode

    jackton1 authored May 4, 2023
    Copy the full SHA
    0ead27c View commit details
  2. Upgraded to v2.5.1 (#473)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
    3 people authored May 4, 2023
    Copy the full SHA
    44f07c4 View commit details
  3. Copy the full SHA
    b1c32bb View commit details
  4. Copy the full SHA
    0aee795 View commit details
Showing with 1,986 additions and 442 deletions.
  1. +2 −4 .github/workflows/sync-release-version.yml
  2. +1,983 −437 HISTORY.md
  3. +1 −1 entrypoint.sh
6 changes: 2 additions & 4 deletions .github/workflows/sync-release-version.yml
Original file line number Diff line number Diff line change
@@ -59,10 +59,8 @@ jobs:
paths: |
action.yml
- name: Generate CHANGELOG
uses: tj-actions/github-changelog-generator@v1.18
with:
output: 'HISTORY.md'
- name: Run git-cliff
uses: tj-actions/git-cliff@v1

- name: Get branch name
id: branch-name
Loading