diff --git a/CHANGELOG.md b/CHANGELOG.md index d6d696f..fccec6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [5.0.6] — 2026-07-20 + +### Fixed +- Shortened the Action `description` to <125 characters, as required by the + GitHub Marketplace publish validation. + ## [5.0.5] — 2026-07-20 ### Changed diff --git a/action.yml b/action.yml index ca76ffb..525bfb3 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ # Copyright (c) 2026 Omar Rao # SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Commercial 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.' +description: 'Back up & restore GitHub repos to Google Drive, S3, Azure or B2 — delta uploads, 3-2-1 fan-out, encryption, signing' author: 'Omar Rao' branding: icon: 'hard-drive' diff --git a/package-lock.json b/package-lock.json index 8455381..cd69c59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-gdrive-backup", - "version": "5.0.5", + "version": "5.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-gdrive-backup", - "version": "5.0.5", + "version": "5.0.6", "license": "AGPL-3.0-only", "dependencies": { "@aws-sdk/client-s3": "^3.600.0", diff --git a/package.json b/package.json index 99702d6..77e3744 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-gdrive-backup", - "version": "5.0.5", + "version": "5.0.6", "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": {