Skip to content

Commit

Permalink
Merge pull request #278 from tj-actions/upgrade-to-v1.2.7
Browse files Browse the repository at this point in the history
Upgraded to v1.2.7
  • Loading branch information
jackton1 committed Jan 3, 2022
2 parents dfc8660 + 30ea74d commit 63d550b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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

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

**Merged pull requests:**

- Added support for creating snapshots [\#277](https://github.com/tj-actions/auto-doc/pull/277) ([jackton1](https://github.com/jackton1))
- Upgraded to v1.2.6 [\#276](https://github.com/tj-actions/auto-doc/pull/276) ([jackton1](https://github.com/jackton1))

## [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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Generate documentation from actions.yml like [this](#inputs) by simply adding `I
steps:
- uses: actions/checkout@v2
- name: Run auto-doc
uses: tj-actions/auto-doc@v1.2.6
uses: tj-actions/auto-doc@v1.2.7
```

## 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.2.6
uses: tj-actions/auto-doc@v1.2.7

- name: Verify Changed files
uses: tj-actions/verify-changed-files@v8.6
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.6 | PREFIX=. sh
curl -sf https://gobinaries.com/github.com/tj-actions/auto-doc@v1.2.7 | 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 63d550b

Please sign in to comment.