Skip to content

Commit

Permalink
Upgraded to v1.4.0 (#334)
Browse files Browse the repository at this point in the history
Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
  • Loading branch information
jackton1 and jackton1 committed Aug 18, 2022
1 parent feb3b20 commit 036c06b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
25 changes: 21 additions & 4 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [v1.4.0](https://github.com/tj-actions/auto-doc/tree/v1.4.0) (2022-08-18)

[Full Changelog](https://github.com/tj-actions/auto-doc/compare/v1.3.1...v1.4.0)

**Implemented enhancements:**

- \[Feature\] Preserve input/output ordering [\#241](https://github.com/tj-actions/auto-doc/issues/241)
- \[Feature\] Add verbose logging [\#39](https://github.com/tj-actions/auto-doc/issues/39)

**Closed issues:**

- Dependency Dashboard [\#2](https://github.com/tj-actions/auto-doc/issues/2)

**Merged pull requests:**

- chore: update readme [\#333](https://github.com/tj-actions/auto-doc/pull/333) ([jackton1](https://github.com/jackton1))
- feat: rename variable and fixed multiline defaults [\#332](https://github.com/tj-actions/auto-doc/pull/332) ([jackton1](https://github.com/jackton1))
- chore: update go version [\#331](https://github.com/tj-actions/auto-doc/pull/331) ([jackton1](https://github.com/jackton1))
- Update module go to 1.19 [\#330](https://github.com/tj-actions/auto-doc/pull/330) ([renovate[bot]](https://github.com/apps/renovate))
- Upgraded to v1.3.1 [\#329](https://github.com/tj-actions/auto-doc/pull/329) ([jackton1](https://github.com/jackton1))

## [v1.3.1](https://github.com/tj-actions/auto-doc/tree/v1.3.1) (2022-07-28)

[Full Changelog](https://github.com/tj-actions/auto-doc/compare/v1.3.0...v1.3.1)
Expand All @@ -16,10 +37,6 @@

- \[Feature\] Make some columns optional [\#319](https://github.com/tj-actions/auto-doc/issues/319)

**Closed issues:**

- Dependency Dashboard [\#2](https://github.com/tj-actions/auto-doc/issues/2)

**Merged pull requests:**

- chore: update readme [\#327](https://github.com/tj-actions/auto-doc/pull/327) ([jackton1](https://github.com/jackton1))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Add the `Inputs` and/or `Outputs` [`H2` header](https://github.com/adam-p/markdo
steps:
- uses: actions/checkout@v2
- name: Run auto-doc
uses: tj-actions/auto-doc@v1.3.1
uses: tj-actions/auto-doc@v1.4.0
```

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

- name: Run auto-doc
uses: tj-actions/auto-doc@v1.3.1
uses: tj-actions/auto-doc@v1.4.0

- name: Verify Changed files
uses: tj-actions/verify-changed-files@v8.6
Expand Down

0 comments on commit 036c06b

Please sign in to comment.