Skip to content

Commit

Permalink
Upgraded from v1.1.4 -> 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Nov 7, 2021
1 parent ba63469 commit e87e5f2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.1.5](https://github.com/tj-actions/auto-doc/tree/1.1.5) (2021-11-07)

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

**Merged pull requests:**

- Updated README.md [\#226](https://github.com/tj-actions/auto-doc/pull/226) ([jackton1](https://github.com/jackton1))
- Updated output columns [\#224](https://github.com/tj-actions/auto-doc/pull/224) ([jackton1](https://github.com/jackton1))
- Upgraded to v1.1.4 [\#222](https://github.com/tj-actions/auto-doc/pull/222) ([jackton1](https://github.com/jackton1))
- Updated README.md [\#221](https://github.com/tj-actions/auto-doc/pull/221) ([jackton1](https://github.com/jackton1))

## [v1.1.4](https://github.com/tj-actions/auto-doc/tree/v1.1.4) (2021-11-06)

[Full Changelog](https://github.com/tj-actions/auto-doc/compare/v1.1.3...v1.1.4)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Auto generate documentation from actions.yml like [this](#inputs) by simply addi
steps:
- uses: actions/checkout@v2
- name: Run auto-doc
uses: tj-actions/auto-doc@v1.1.4
uses: tj-actions/auto-doc@1.1.5
```

## Inputs
Expand Down Expand Up @@ -67,7 +67,7 @@ Create a pull request each time the action.yml inputs/outputs change
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

- name: Run auto-doc
uses: tj-actions/auto-doc@v1.1.4
uses: tj-actions/auto-doc@1.1.5

- 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 @@ -15,7 +15,7 @@ runs:
using: 'composite'
steps:
- run: |
curl -sf https://gobinaries.com/github.com/tj-actions/auto-doc@v1.1.4 | PREFIX=. sh
curl -sf https://gobinaries.com/github.com/tj-actions/auto-doc@1.1.5 | PREFIX=. sh
./auto-doc --action="${{ inputs.action }}" --output="${{ inputs.output }}"
rm -f ./auto-doc
shell: bash
Expand Down

0 comments on commit e87e5f2

Please sign in to comment.