Publish Blog Post
Version updated for https://github.com/trystan2k/publish-blog-post to version v2.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Publish Blog Post GitHub Action automates the process of publishing or updating blog posts on supported platforms like Dev.to by reading markdown files and utilizing their front matter metadata. It simplifies content management by detecting new or updated files in a repository, extracting metadata (e.g., title, tags), and interacting with platform APIs for seamless publishing. Key capabilities include automated post creation, updates, and integration with version control workflows.
What’s Changed
Changelog
All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
2.0.0 (2026-04-07)
Features
- hosting: update ky client configuration from prefixUrl to prefix (c20f29d)
1.5.0 (2026-02-01)
Features
- add opencode configuration and project documentation (19ba351)
- hosting: add empty context to axios mock calls and update dist (d4b3651)
1.4.1 (2025-07-22)
1.4.0 (2025-05-13)
Features
- dist: update dist with new dependency version (3116e3c)
1.3.1 (2025-05-06)
1.3.0 (2025-05-06)
Features
- update dist (9527be9)
1.2.0 (2025-02-18)
Features
- update generated code after dependency update (bf16988)
1.1.0 (2025-02-05)
1.0.0 (2024-10-27)
Features
- adjust hosting data to be mapped to a common format (dd9e636)
- final adjusts to publish to devTo (cf56142)
- git: correct get branch name (e25892c)
- hosting: change apiKey to be received as constructor param (68a995e)
- posts: add file name to log message when file is marked to not be published to a hosting (c46d22e)
- publish blog post first implementation (b76fa65)
- utils: add logger system (58ec44d)