Skip to content

Releases: gautamkrishnar/blog-post-workflow

1.3.8

27 Oct 19:38
Compare
Choose a tag to compare
  • Added additional check on filters to prevent errors: #38

1.3.7

18 Oct 08:59
Compare
Choose a tag to compare
  • Fixing invalid value warning for git pull

1.3.6

18 Oct 08:52
Compare
Choose a tag to compare
  • Pull the latest code before making new changes to prevent errors, ref: #36

1.3.5

11 Oct 15:39
Compare
Choose a tag to compare
  • Added additional checks for post variable to prevent errors when it is nulled

1.3.4

11 Oct 15:32
Compare
Choose a tag to compare
  • Refactored code, converted post const variable to let to allow nulling

1.3.3

11 Oct 12:27
Compare
Choose a tag to compare
  • Added ability to ignore post via item_exec by setting it as null: ref #34

1.3.2

11 Oct 11:56
Compare
Choose a tag to compare
  • Improved regex

1.3.1

10 Oct 17:39
Compare
Choose a tag to compare
  • Added item_exec that allows you to execute custom JavaScript code on each post item fetched from the XML to do advanced text manipulation.

1.3.0

10 Oct 16:36
Compare
Choose a tag to compare
  • Added title_max_length parameter that allows you to trim the title in the posts list, excess text will be appended with an ellipsis ...

1.2.9

01 Oct 19:22
Compare
Choose a tag to compare
  • Bump @actions/core from 1.2.5 to 1.2.6