Skip to content
Compare
Choose a tag to compare
@Anmol-Baranwal Anmol-Baranwal released this 27 Feb 13:37
· 7 commits to main since this release
4451627

🚀 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 as outputDir)
  • readingList - To create a reading list from DEV
  • readTime - 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.