Skip to content

Commit aa5b801

Browse files
chore: upgraded from v3.1.1 -> v3.2.0
1 parent 3381572 commit aa5b801

2 files changed

Lines changed: 26 additions & 2 deletions

File tree

HISTORY.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22

3-
# [3.1.1](https://github.com/tj-actions/auto-doc/compare/v3.1.0...v3.1.1) - (2023-11-05)
3+
# [unreleased]
4+
5+
## <!-- 26 -->🔄 Update
6+
7+
- Updated README.
8+
([3381572](https://github.com/tj-actions/auto-doc/commit/3381572e3a668c264d58cba3e6e0c7cb80f9492a)) - (github-actions[bot])
9+
10+
# [3.2.0](https://github.com/tj-actions/auto-doc/compare/v3.1.0...v3.2.0) - (2023-11-15)
11+
12+
## <!-- 0 -->🚀 Features
13+
14+
- Add support for code documentation ([#520](https://github.com/tj-actions/auto-doc/issues/520)) ([65de8d3](https://github.com/tj-actions/auto-doc/commit/65de8d3860ba79646a62ff5e7bbaa9feb05e2242)) - (Tonye Jack)
415

516
## <!-- 1 -->🐛 Bug Fixes
617

@@ -13,13 +24,26 @@
1324

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

27+
- Updated README.
28+
([69ed344](https://github.com/tj-actions/auto-doc/commit/69ed344e9e469ee5a2ace6057cf2bb71828a41e2)) - (github-actions[bot])
29+
- Update test.yml ([998e442](https://github.com/tj-actions/auto-doc/commit/998e4429690dd85ccea19464339e2356e9ada758)) - (Tonye Jack)
1630
- Update README.md ([2766f50](https://github.com/tj-actions/auto-doc/commit/2766f50eed2583815b0650c9fcc8af097e236ab7)) - (Tonye Jack)
1731
- Update Makefile ([4c07eab](https://github.com/tj-actions/auto-doc/commit/4c07eab2374edb89197ff860477ec4a166477cfa)) - (Tonye Jack)
1832

1933
## <!-- 30 -->📝 Other
2034

2135
- PR [#517](https://github.com/tj-actions/auto-doc/pull/517): to v3.1.0 ([4aa6a3c](https://github.com/tj-actions/auto-doc/commit/4aa6a3cfc1d74a7e784977aab9bd239ae8abe8b0)) - (repo-ranger[bot])
2236

37+
## <!-- 7 -->⚙️ Miscellaneous Tasks
38+
39+
- Updated coverage badge. ([e2aaa74](https://github.com/tj-actions/auto-doc/commit/e2aaa749f3ae2712a5000bed14a78a27fd15e82a)) - (GitHub Action)
40+
41+
## <!-- 9 -->⬆️ Upgrades
42+
43+
- Upgraded to v3.1.1 ([#519](https://github.com/tj-actions/auto-doc/issues/519))
44+
45+
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> ([37924e0](https://github.com/tj-actions/auto-doc/commit/37924e092ba9acad9a8c9420eef6e6f2a4c3ff07)) - (tj-actions[bot])
46+
2347
# [3.1.0](https://github.com/tj-actions/auto-doc/compare/v3.0.1...v3.1.0) - (2023-09-23)
2448

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

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ runs:
7474
with:
7575
repository-owner: tj-actions
7676
repository: auto-doc
77-
version: v3.1.1
77+
version: v3.2.0
7878
language-type: 'go'
7979
- run: |
8080
bash $GITHUB_ACTION_PATH/entrypoint.sh

0 commit comments

Comments
 (0)