Releases: Anmol-Baranwal/DevtoGitHub
Releases · Anmol-Baranwal/DevtoGitHub
v1.1.1
Minor Fixes and Improvements in codebase structure
- Improve codebase structure by separating the git operations:
gitAdd
,gitConfig
,gitCommit
,gitPull
, andgitPush
, along with other structural changes. - Removed redundant
core.notice
statements. - Resolved issues causing workflow failures.
Thank you for supporting DevtoGitHub!
v1.1.0
🚀 Features & Improved logic
- Implemented custom logic to fetch all articles for saving in markdown files and articles in the reading list.
- Articles will now be automatically updated in their respective markdown files when updated on DEV.
- Add the
synchronizeReadingList
option. When set totrue
(default isfalse
), it will remove any articles from the reading list in the readme if they are removed from DEV, to synchronize it. - Add documentation along with an example showcasing the use of
synchronizeReadingList
inExamples.md
.
Thank you for supporting DevtoGitHub :)
v1.0.0
🚀 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.