Skip to content

Commit

Permalink
Merge pull request #38 from tj-actions/upgrade-to-v1.1
Browse files Browse the repository at this point in the history
Upgraded to v1.1
  • Loading branch information
jackton1 committed Nov 5, 2021
2 parents f10f986 + 2e90c28 commit b32ca86
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [Unreleased](https://github.com/tj-actions/auto-doc/tree/HEAD)

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

**Implemented enhancements:**

- \[Feature\] Deploy go.dev package registry [\#26](https://github.com/tj-actions/auto-doc/issues/26)

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

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

**Merged pull requests:**

- Updated action. [\#37](https://github.com/tj-actions/auto-doc/pull/37) ([jackton1](https://github.com/jackton1))
- Updated README.md [\#36](https://github.com/tj-actions/auto-doc/pull/36) ([jackton1](https://github.com/jackton1))
- Upgraded to v1.0.0 [\#35](https://github.com/tj-actions/auto-doc/pull/35) ([jackton1](https://github.com/jackton1))

## [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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.0.0
uses: tj-actions/auto-doc@v1.1
```

## Inputs
Expand Down

0 comments on commit b32ca86

Please sign in to comment.