Skip to content

Releases: tjtharrison/github-actions-docs

1.3.0

20 Aug 19:19
f100b02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

10 Jun 21:28
bd249d0
Compare
Choose a tag to compare
  • Refactored code
  • Introduced code, action and docstring quality gates
  • Standardised docstrings
  • Introduced security scans in CodeQL

1.1.2

10 Feb 20:47
3d6a0f6
Compare
Choose a tag to compare
  • Fixed code block in input description not displaying

1.1.1

08 Feb 13:56
6e39d73
Compare
Choose a tag to compare
  • Clarified documentation for update OUTPUT_MODE
  • Updated script so documentation didn't insert twice into this repo

1.1

07 Feb 23:22
Compare
Choose a tag to compare

First marketplace release of action.

Features:

  • Process input defined action file to generate documentation
  • Write to an input defined output file
  • Multiple write modes (update/overwrite) to update existing markdown file or clobber and overwrite

1.0.1

07 Feb 23:10
c51e6b5
Compare
Choose a tag to compare
Merge pull request #3 from tjtharrison/testing_inputs

Set type for inputs

1.0

07 Feb 22:57
79e6ac6
Compare
Choose a tag to compare
1.0

Initial release of Github Action, allows insertion of docs

Features:

  • Process input defined action file to generate documentation
  • Write to an input defined output file
  • Multiple write modes (update/overwrite) to update existing markdown file or clobber and overwrite