From b2d0e126e58f1e9436404fc13c1aeb58f1048745 Mon Sep 17 00:00:00 2001 From: Omar Rao Date: Wed, 26 Aug 2026 17:14:33 -0400 Subject: [PATCH] chore(action): Marketplace-ready metadata + moving v5 tag (v5.0.4) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Rename the Action to "GDrive Repo Backup and Restore" (distinctive, Marketplace-safe; removed the "→" glyph that can break Marketplace slugs). Branding, inputs, and outputs unchanged. - Publish a moving v5 major tag so uses: OmarRao/github-gdrive-backup@v5 resolves. 105 tests pass, lint + headers clean, action.yml + all workflow YAML valid. --- CHANGELOG.md | 12 ++++++++++++ action.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f45b639..edbe9f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [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 + `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. + +--- + ## [5.0.3] — 2026-07-20 ### Fixed (dashboard) diff --git a/action.yml b/action.yml index ed6639a..23c3148 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: 'GitHub → Google Drive Backup' +name: 'GDrive Repo 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 aa6a106..3145595 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-gdrive-backup", - "version": "5.0.3", + "version": "5.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-gdrive-backup", - "version": "5.0.3", + "version": "5.0.4", "license": "AGPL-3.0-only", "dependencies": { "@aws-sdk/client-s3": "^3.600.0", diff --git a/package.json b/package.json index 7595b7f..b078017 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-gdrive-backup", - "version": "5.0.3", + "version": "5.0.4", "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": {