Releases: gautamkrishnar/blog-post-workflow
Releases · gautamkrishnar/blog-post-workflow
1.3.8
- Added additional check on filters to prevent errors: #38
1.3.7
- Fixing invalid value warning for git pull
1.3.6
- Pull the latest code before making new changes to prevent errors, ref: #36
1.3.5
- Added additional checks for post variable to prevent errors when it is nulled
1.3.4
- Refactored code, converted post const variable to let to allow nulling
1.3.3
- Added ability to ignore post via item_exec by setting it as null: ref #34
1.3.2
- Improved regex
1.3.1
- 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
- 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
- Bump @actions/core from 1.2.5 to 1.2.6