Skip to content

v1.1.0 - Marketplace Ready

Latest

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