Skip to content

Commit

Permalink
Merge pull request #274 from tj-actions/upgrade-to-v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Dec 30, 2021
2 parents 209d51b + 81714a0 commit fb02554
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [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)

**Implemented enhancements:**

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

**Merged pull requests:**

- Upgraded to v1.2.4 [\#273](https://github.com/tj-actions/auto-doc/pull/273) ([jackton1](https://github.com/jackton1))

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

[Full Changelog](https://github.com/tj-actions/auto-doc/compare/v1.2.3...v1.2.4)
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.4 | PREFIX=. sh
curl -sf https://gobinaries.com/github.com/tj-actions/auto-doc@v1.2.5 | 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 fb02554

Please sign in to comment.