This release adds the ability to parse frontmatter from Markdown files. The markdown file can include frontmatter as follows:
---
Title: "Title of the post"
Tags: ['interesting', 'tags', 'here']
PublishStatus: "draft"
NotifyFollowers: true
License: "all-rights-reserved"
---
This frontmatter will override previously defined settings. Frontmatter will not be published on Medium. Available types in the frontmatter are Title, Tags, PublishStatus, NotifyFollowers, License, CanonicalUrl, and ContentFormat.
Full Changelog: https://github.com/philips-software/post-to-medium-action/commits/v0.3