Skip to content

Commit

Permalink
Merge pull request #35 from tj-actions/upgrade-to-v1.0.0
Browse files Browse the repository at this point in the history
Upgraded to v1.0.0
  • Loading branch information
jackton1 committed Nov 5, 2021
2 parents 8b40470 + e15cfef commit e1806ac
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.0.0](https://github.com/tj-actions/auto-doc/tree/v1.0.0) (2021-11-05)

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

**Implemented enhancements:**

- \[Feature\] Add support for updating markdown [\#24](https://github.com/tj-actions/auto-doc/issues/24)

**Merged pull requests:**

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

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

[Full Changelog](https://github.com/tj-actions/auto-doc/compare/8fbee177e53ccd82f491e583fdab3be79758a5d4...v1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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
uses: tj-actions/auto-doc@v1.0.0
```

## Inputs
Expand Down

0 comments on commit e1806ac

Please sign in to comment.