Releases: gautamkrishnar/blog-post-workflow
Releases · gautamkrishnar/blog-post-workflow
1.1.3
- Added
tag_post_pre_newline
option that allows user to insert a newline after the opening tag and before the closing tag when using the template option if needed, for better formatting
1.1.2
- Improved passing of exec args
1.1.1
- Improved tests, Added mocha
1.1.0
- Improved error handling
1.0.9
- Added the
template
parameter to override the default template used while creating the posts list. By default the workflow uses markdown list format, this argument allows you to override this behavior.
1.0.8
- Exit with error if the comment is not found on the readme
1.0.7
- Added trimming of feed URLs to prevent issues like: #11
1.0.6
- Added
disable_sort
flag to disable sort if needed
1.0.5
- Added ability to specify the username, email and commit message
1.0.4
- Remove medium comments from the posts lists automatically, thanks @khaosdoctor
- Added linting and editorconfig to improve coding conventions.