Skip to content

Releases: callmekatootie/carbonate

v1.0.2

25 Jan 12:14
Compare
Choose a tag to compare

Bug Fix

  • Fix issue where images would not get generated. This was due to an issue with the endpoint used to generate them (Carbonara)

v1.0.1

25 Sep 10:22
Compare
Choose a tag to compare

Bug Fix

  • When formatting the code using Prettier, if, for some reason, prettier is not able to format the code and throws errors, the Action now skips formatting the code using Prettier and proceeds to generate the image. Earlier, it would result in an error and the Action would fail

v1 - Initial Release

19 Aug 14:55
Compare
Choose a tag to compare

Features

The workflow of this action is as follows:

  • It extracts the code block for the issue description / comment and generates images for them
  • It then inserts the image at the code block
  • It also retains the original code block as a collapsed detail in the same issue / comment body

Additionally, it

  • Allows formatting the code using Prettier and controlling the styling of the images generated
  • Supports the following events:
    • issue_comment:
      • types: created
    • issues:
      • types: opened

Not supported (yet)

  • Generating images from multiple code blocks in the same issue description / comment
  • Generating images after the issue description / comment has been edited