🚀 Official First Release of DevtoGitHub
Features
This release introduces ten input options to help you configure the action according to your needs.
saveArticles
- Save your articles as markdown files, with each file named after the article's title.outputDir
- Specify the directory to store your articles.saveArticlesReadme
- Automatically generate a table of contents in the readme for easy navigation(same directory asoutputDir
)readingList
- To create a reading list from DEVreadTime
- This will add reading time to the articles in the reading list.outputDirReading
- Define the output directory for the reading list (Readme.md).excludeTags
&mustIncludeTags
- Prioritize tags while saving your reading list.branch
- Specify the git branch to use for these processes.conventionalCommits
- To use conventional commit message standards.
Documentation
I've made it with proper consideration so that everyone irrespective of whether they know things or not, can follow along.
- 🚀 Getting Started: A guide to help you set up and use DevtoGitHub.
- List of examples with workflow code: Examples demonstrating various use cases.
- Contributing guidelines: Instructions for contributing to DevtoGitHub.
- Use cases of the solution: use cases showcasing how DevtoGitHub can be used.
- Input options of the workflow: Details about each input option to use in the workflow.