Skip to content

Release v0.3

Compare
Choose a tag to compare
@Brend-Smits Brend-Smits released this 02 Nov 16:06
· 57 commits to main since this release
v0.3
db15da5

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