Skip to content

v2.0.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jun 01:29
2303942

📖 [Docs]: Remove unused configuration options from README (#52)

Description

This pull request updates the README.md file to simplify the list of configurable settings for the action. It removes several less commonly used settings to streamline the documentation and make it easier to read.

Documentation cleanup:

  • README.md: Removed the following settings from the configuration list: Debug, Verbose, Version, and Prerelease. These settings are no longer included in the documentation to simplify the list and focus on the most relevant options.

Type of change

  • 📖 [Docs]
  • 🪲 [Fix]
  • 🩹 [Patch]
  • ⚠️ [Security fix]
  • 🚀 [Feature]
  • 🌟 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas