Skip to content

Commit

Permalink
chore: upgraded from v2.9.0 -> v3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 24, 2023
1 parent 520aaab commit e423dcd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Changelog

# [2.9.0](https://github.com/tj-actions/auto-doc/compare/v2.8.0...v2.9.0) - (2023-08-10)
# [unreleased]

## <!-- 26 -->🔄 Update

- Updated README.
([520aaab](https://github.com/tj-actions/auto-doc/commit/520aaab15b6c36ca972a2bc56db416e9bf9fc545)) - (github-actions[bot])

# [3.0.0](https://github.com/tj-actions/auto-doc/compare/v2.8.0...v3.0.0) - (2023-08-24)

## <!-- 0 -->🚀 Features

- Make markdown_links enabled by default ([#505](https://github.com/tj-actions/auto-doc/issues/505)) ([e1be296](https://github.com/tj-actions/auto-doc/commit/e1be2961de92578848904302d90fe3bd5348895c)) - (Tonye Jack)
- Print a message when no content found ([#500](https://github.com/tj-actions/auto-doc/issues/500)) ([07e0815](https://github.com/tj-actions/auto-doc/commit/07e081564852dc6c104f2398203acf2fd9c54113)) - (Christophe Furmaniak)

## <!-- 1 -->🐛 Bug Fixes
Expand Down Expand Up @@ -33,6 +41,12 @@

- Make test consistent ([eb849b4](https://github.com/tj-actions/auto-doc/commit/eb849b488b219c0ea694520932a61309fe9bd46f)) - (Tonye Jack)

## <!-- 9 -->⬆️ Upgrades

- Upgraded to v2.9.0 ([#503](https://github.com/tj-actions/auto-doc/issues/503))

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> ([de932b7](https://github.com/tj-actions/auto-doc/commit/de932b7be5d7ad6cc0ac54c95990047d7d07ac98)) - (tj-actions[bot])

# [2.8.0](https://github.com/tj-actions/auto-doc/compare/v2.7.1...v2.8.0) - (2023-07-18)

## <!-- 0 -->🚀 Features
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Add the `Inputs` and/or `Outputs` and/or `Secrets` (only supported by reusable w
steps:
- uses: actions/checkout@v2
- name: Run auto-doc
uses: tj-actions/auto-doc@v2
uses: tj-actions/auto-doc@v3
```

## Inputs
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

- name: Run auto-doc
uses: tj-actions/auto-doc@v2
uses: tj-actions/auto-doc@v3

- name: Verify Changed files
uses: tj-actions/verify-changed-files@v8.6
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
with:
repository-owner: tj-actions
repository: auto-doc
version: v2.9.0
version: v3.0.0
language-type: 'go'
- run: |
bash $GITHUB_ACTION_PATH/entrypoint.sh
Expand Down

0 comments on commit e423dcd

Please sign in to comment.