From ac42c21b406bb6efb31e0724217b4290c1c75ba4 Mon Sep 17 00:00:00 2001 From: Omar Rao Date: Wed, 26 Aug 2026 17:45:14 -0400 Subject: [PATCH] chore(action): set Marketplace name to "GitHub Backup and Restore" (v5.0.5) Action display name updated per request. Branding, inputs, outputs unchanged. 105 tests pass, lint + headers clean, action.yml valid. --- CHANGELOG.md | 10 +++++++--- action.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edbe9f5..d6d696f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [5.0.5] — 2026-07-20 + +### Changed +- Action Marketplace title set to **"GitHub Backup and Restore"**. + ## [5.0.4] — 2026-07-20 ### Changed -- **Marketplace-ready Action metadata** — renamed the Action to a distinctive, - Marketplace-safe title ("GDrive Repo Backup and Restore"; removed the `→` - glyph that can break Marketplace slugs). Branding (icon `hard-drive`, color +- **Marketplace-ready Action metadata** — removed the `→` glyph from the Action + name (it can break Marketplace slugs). Branding (icon `hard-drive`, color `blue`), inputs, and outputs unchanged. - Publishing a moving **`v5`** major tag so `uses: OmarRao/github-gdrive-backup@v5` and `ghcr.io/omarrao/github-gdrive-backup:v5` resolve. diff --git a/action.yml b/action.yml index 23c3148..ca76ffb 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ # Copyright (c) 2026 Omar Rao # SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Commercial -name: 'GDrive Repo Backup and Restore' +name: 'GitHub Backup and Restore' description: 'Back up GitHub repositories (code, issues, PRs, releases, wiki) to Google Drive or S3/Azure/B2, with delta uploads, 3-2-1 fan-out, encryption and signed manifests.' author: 'Omar Rao' branding: diff --git a/package-lock.json b/package-lock.json index 3145595..8455381 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-gdrive-backup", - "version": "5.0.4", + "version": "5.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-gdrive-backup", - "version": "5.0.4", + "version": "5.0.5", "license": "AGPL-3.0-only", "dependencies": { "@aws-sdk/client-s3": "^3.600.0", diff --git a/package.json b/package.json index b078017..99702d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-gdrive-backup", - "version": "5.0.4", + "version": "5.0.5", "description": "Back up every GitHub repository to Google Drive — code, issues, PRs, releases, wiki, labels, milestones — and restore with one click.", "main": "src/server/app.js", "bin": {