Skip to content

Commit

Permalink
Upgraded from v1.2.1 -> v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Dec 30, 2021
1 parent 71152ef commit 05b3480
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 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.2.2](https://github.com/tj-actions/auto-doc/tree/v1.2.2) (2021-12-30)

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

**Implemented enhancements:**

- \[Feature\] Deploy package using goreleaser [\#227](https://github.com/tj-actions/auto-doc/issues/227)

**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)

**Merged pull requests:**

- Update test.yml [\#252](https://github.com/tj-actions/auto-doc/pull/252) ([jackton1](https://github.com/jackton1))
- Upgraded to v1.2.0 [\#251](https://github.com/tj-actions/auto-doc/pull/251) ([jackton1](https://github.com/jackton1))

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

[Full Changelog](https://github.com/tj-actions/auto-doc/compare/v1.1.9...v1.2.0)
Expand Down Expand Up @@ -34,10 +55,6 @@

- \[Feature\] Prevent descriptions from getting moved to the next line. [\#231](https://github.com/tj-actions/auto-doc/issues/231)

**Closed issues:**

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

**Merged pull requests:**

- fixed formatting [\#244](https://github.com/tj-actions/auto-doc/pull/244) ([jackton1](https://github.com/jackton1))
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.1 | PREFIX=. sh
curl -sf https://gobinaries.com/github.com/tj-actions/auto-doc@v1.2.2 | 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 05b3480

Please sign in to comment.