Skip to content

Commit

Permalink
Merge pull request #276 from tj-actions/upgrade-to-v1.2.6
Browse files Browse the repository at this point in the history
Upgraded to v1.2.6
  • Loading branch information
jackton1 committed Jan 3, 2022
2 parents af3ad50 + 79ec8b4 commit 6b45612
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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

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

**Closed issues:**

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

**Merged pull requests:**

- Update tj-actions/github-changelog-generator action to v1.10 [\#275](https://github.com/tj-actions/auto-doc/pull/275) ([renovate[bot]](https://github.com/apps/renovate))
- Upgraded to v1.2.5 [\#274](https://github.com/tj-actions/auto-doc/pull/274) ([jackton1](https://github.com/jackton1))

## [v1.2.5](https://github.com/tj-actions/auto-doc/tree/v1.2.5) (2021-12-30)

[Full Changelog](https://github.com/tj-actions/auto-doc/compare/v1.2.4...v1.2.5)
Expand Down Expand Up @@ -33,10 +46,6 @@

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

**Closed issues:**

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

## [v1.2.1](https://github.com/tj-actions/auto-doc/tree/v1.2.1) (2021-12-28)

[Full Changelog](https://github.com/tj-actions/auto-doc/compare/v1.2.0...v1.2.1)
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
using: 'composite'
steps:
- run: |
curl -sf https://gobinaries.com/github.com/tj-actions/auto-doc@v1.2.5 | PREFIX=. sh
curl -sf https://gobinaries.com/github.com/tj-actions/auto-doc@v1.2.6 | PREFIX=. sh
./auto-doc --action="${{ inputs.action }}" --output="${{ inputs.output }}" --colMaxWidth="${{ inputs.col_max_width }}" --colMaxWords="${{ inputs.col_max_words }}"
rm -f ./auto-doc
shell: bash
Expand Down

0 comments on commit 6b45612

Please sign in to comment.