Releases: paulkoanui/github-cms-action
Releases · paulkoanui/github-cms-action
First Marketplace Release of GitHub CMS Action
This action facilitates a system for enabling content management and publication capabilities on any GitHub Repository. Content is stored as GitHub Issues, managed through GitHub Projects, published by a GitHub Action to a GitHub Repository and hosted by GitHub Pages.
v1.1
- Target content items only contain issue.body and not comments
- Publish and archive are now resilient to target filename changes
- Updated readme.md to include correct test commands and sample output
- Added index.test.js that runs the entire test suite
- Added "no_matter: true" support which will skip frontmatter on the published content item
- Fixed front-matter title string normalization
- Simplified
github-cms.template.yml
to align with documentation
v1.0
Initial commit