Skip to content

Releases: gautamkrishnar/blog-post-workflow

1.1.3

09 Aug 10:47
a03aaa9
Compare
Choose a tag to compare
  • 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

09 Aug 09:23
1e37c30
Compare
Choose a tag to compare
  • Improved passing of exec args

1.1.1

08 Aug 11:11
2f62cab
Compare
Choose a tag to compare
  • Improved tests, Added mocha

1.1.0

07 Aug 14:59
7db9484
Compare
Choose a tag to compare
  • Improved error handling

1.0.9

07 Aug 08:08
566f510
Compare
Choose a tag to compare
  • 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

06 Aug 07:24
8a6149b
Compare
Choose a tag to compare
  • Exit with error if the comment is not found on the readme

1.0.7

03 Aug 07:44
f5ad5a8
Compare
Choose a tag to compare
  • Added trimming of feed URLs to prevent issues like: #11

1.0.6

02 Aug 20:56
41114e9
Compare
Choose a tag to compare
  • Added disable_sort flag to disable sort if needed

1.0.5

02 Aug 10:57
27264aa
Compare
Choose a tag to compare
  • Added ability to specify the username, email and commit message

1.0.4

27 Jul 15:23
839eca9
Compare
Choose a tag to compare
  • Remove medium comments from the posts lists automatically, thanks @khaosdoctor
  • Added linting and editorconfig to improve coding conventions.