Skip to content

Releases: EhsanAzish80/devscope-action

v1.1.0 - Marketplace Ready

Choose a tag to compare

@EhsanAzish80 EhsanAzish80 released this 13 Feb 13:23

Release v1.1.0 - Marketplace Ready

🎉 Marketplace Ready Release

This release prepares devscope-action for GitHub Marketplace publication.

✨ What's New

Marketplace Metadata:

  • ✅ Blue branding icon (activity)
  • ✅ Repository topics: github-action, code-quality, devops, ci, pull-request, repository-analysis
  • ✅ Category: Continuous Integration

Documentation Enhancements:

  • 📖 New "Why Devscope in CI?" section explaining shift-left quality benefits
  • 📖 Enhanced PR comment format examples with collapsible details
  • 📖 Performance comparison table (first run vs cached)
  • 📖 Better structured inputs/outputs tables

Testing:

  • 🧪 End-to-end test workflow:
    • Tests action on devscope repository itself
    • Validates PR comment creation
    • Tests threshold enforcement scenarios
    • Verifies all outputs are present

📦 Using This Release

- uses: EhsanAzish80/devscope-action@v1
  with:
    fail-under: B
    max-risk: Medium

🚀 Publishing to Marketplace

To publish this action to GitHub Marketplace:

  1. Go to https://github.com/EhsanAzish80/devscope-action/releases/new
  2. Choose tag: v1.1.0
  3. Set release title: "v1.1.0 - Marketplace Ready"
  4. Copy content from this file as release notes
  5. Check "Publish this Action to the GitHub Marketplace"
  6. Select category: Continuous Integration
  7. Publish release

Full Changelog: v1.0.1...v1.1.0

v1.0.0 - Initial Release

Choose a tag to compare

@EhsanAzish80 EhsanAzish80 released this 13 Feb 12:55

See CHANGELOG.md for full details