Skip to content

lindluni/gh-update-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update Release

gh-update-release is a command line tool to update strings in one or more GitHub releases. This is useful if after a migration to GitHub and you want to update the download links in your release notes.

Installation

Download the latest release from the releases page page and make it executable.

Usage

Update all releases

gh-update-release --owner <owner> --repo <repo> --value <old_value> --replacement <new_value> --token <GitHub_PAT> --all

Update a single release

gh-update-release --owner <owner> --repo <repo> --value <old_value> --replacement <new_value> --token <GitHub_PAT> --release <release_tag>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages