Check for new tags on many remote git repositories
Go to file
lwad 5e60077f71 chore: Add documentation 2024-03-07 11:36:02 +00:00
README.md chore: Add documentation 2024-03-07 11:36:02 +00:00
list-example chore: Add documentation 2024-03-07 11:36:02 +00:00
script.sh chore: Initial commit 2024-03-07 11:16:52 +00:00

README.md

Justification

Checking for updates to packages you maintain can be a chore.

This script checks for new tags on remote git repositories, so you can become aware of updates to all such repositories in one place.

Usage

./script.sh <list-file>

List File Format

Entries in the list file are newline-separated.

Each entry has the:

  • Repository URL.
  • Latest recorded tag.
  • Tag version prefix.
    (Useful for repositories with different old/new tag formatting.)

Example

https://git.disroot.org/lwad/project-manager.git v1.0.0 v
https://github.com/imunes/imunes.git v2.4.0 v
https://github.com/oven-sh/bun.git bun-v1.0.23 bun-v

Same as list-example file.