Releases: callmekatootie/carbonate
Releases · callmekatootie/carbonate
v1.0.2
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
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
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
- issue_comment:
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