Skip to content

Commit

Permalink
Upgraded from v1.2.11 -> v1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Feb 5, 2022
1 parent a55e48e commit 914bdd5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [v1.2.12](https://github.com/tj-actions/auto-doc/tree/v1.2.12) (2022-02-05)

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

**Fixed bugs:**

- \[BUG\] Properly escape default values [\#289](https://github.com/tj-actions/auto-doc/issues/289)
- \[BUG\] Clean binary regardless of exit code [\#281](https://github.com/tj-actions/auto-doc/issues/281)

**Merged pull requests:**

- Update README.md [\#291](https://github.com/tj-actions/auto-doc/pull/291) ([jackton1](https://github.com/jackton1))
- fix: bug escaping defaults [\#290](https://github.com/tj-actions/auto-doc/pull/290) ([jackton1](https://github.com/jackton1))
- Clean binary regardless of exit code [\#288](https://github.com/tj-actions/auto-doc/pull/288) ([jackton1](https://github.com/jackton1))
- Upgraded to v1.2.11 [\#287](https://github.com/tj-actions/auto-doc/pull/287) ([jackton1](https://github.com/jackton1))

## [v1.2.11](https://github.com/tj-actions/auto-doc/tree/v1.2.11) (2022-02-01)

[Full Changelog](https://github.com/tj-actions/auto-doc/compare/v1.2.10...v1.2.11)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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.2.11
uses: tj-actions/auto-doc@v1.2.12
```

## Inputs
Expand Down Expand Up @@ -79,7 +79,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.2.11
uses: tj-actions/auto-doc@v1.2.12

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

0 comments on commit 914bdd5

Please sign in to comment.