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.2
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.3
Choose a head ref
  • 6 commits
  • 6 files changed
  • 2 contributors

Commits on May 4, 2023

  1. Upgraded to v2.5.2 (#474)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    jackton1 and github-actions[bot] authored May 4, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ca5874c View commit details
  2. Updated comment

    jackton1 committed May 4, 2023
    Copy the full SHA
    3454e51 View commit details

Commits on May 12, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a511420 View commit details
  2. Update README.md

    jackton1 authored May 12, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    61fc5c0 View commit details
  3. Updated README.

    github-actions[bot] committed May 12, 2023
    Copy the full SHA
    fa3bf22 View commit details
  4. Copy the full SHA
    cf27187 View commit details
Showing with 2,005 additions and 489 deletions.
  1. +1 −1 .github/workflows/sync-release-version.yml
  2. +1,991 −442 HISTORY.md
  3. +5 −5 README.md
  4. +7 −1 action.yml
  5. +0 −39 entrypoint.sh
  6. +1 −1 internal/utils/word_wrap.go
2 changes: 1 addition & 1 deletion .github/workflows/sync-release-version.yml
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ jobs:
uses: tj-actions/sync-release-version@v13
id: sync-release-version-action
with:
pattern: 'VERSION:-'
pattern: 'version: '
paths: |
action.yml
Loading