[PR #154] [CLOSED] feat: add releaserun CLI to For Developers section #1277

Closed
opened 2026-04-26 17:19:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/awesome-lists/awesome-bash/pull/154
Author: @Matheus-RR
Created: 3/16/2026
Status: Closed

Base: masterHead: add-releaserun-cli


📝 Commits (1)

  • 0bbf9f1 feat: add releaserun CLI to For Developers section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Summary

Adding releaserun to the For Developers section.

releaserun is an open-source CLI tool that scans project dependencies for end-of-life versions, known CVEs, and outdated packages. It supports Node.js (package.json), Python (requirements.txt), Go (go.mod), Rust (Cargo.toml), and Dockerfiles.

npm install -g releaserun
releaserun check  # scan current project

Available on npm and as a GitHub Action for CI/CD integration.

Checklist:

  • Entry is alphabetically ordered within the section
  • Entry follows the existing format: [name](url) - Description.
  • Links to GitHub repo (not a website)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/awesome-lists/awesome-bash/pull/154 **Author:** [@Matheus-RR](https://github.com/Matheus-RR) **Created:** 3/16/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-releaserun-cli` --- ### 📝 Commits (1) - [`0bbf9f1`](https://github.com/awesome-lists/awesome-bash/commit/0bbf9f1f753d3562a055f86412f7609aaa0d7593) feat: add releaserun CLI to For Developers section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## Summary Adding [releaserun](https://github.com/Releaserun/releaserun-cli) to the **For Developers** section. `releaserun` is an open-source CLI tool that scans project dependencies for end-of-life versions, known CVEs, and outdated packages. It supports Node.js (`package.json`), Python (`requirements.txt`), Go (`go.mod`), Rust (`Cargo.toml`), and Dockerfiles. ```bash npm install -g releaserun releaserun check # scan current project ``` Available on npm and as a GitHub Action for CI/CD integration. **Checklist:** - [x] Entry is alphabetically ordered within the section - [x] Entry follows the existing format: `[name](url) - Description.` - [x] Links to GitHub repo (not a website) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-26 17:19:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-bash#1277