summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-02 07:01:37 -0600
committerJeff Carr <[email protected]>2024-12-02 07:01:37 -0600
commit345343647aea77f6a4a13272ce353fded76cee54 (patch)
treefdb061d2548fece8f949ba0118d4e12b9b36aed8 /repo.proto
parent4b83d18db4fd84de5fa06cc00fe45d74d0feb458 (diff)
attempt SortByAge(). not sure if it works.
Diffstat (limited to 'repo.proto')
-rw-r--r--repo.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/repo.proto b/repo.proto
index c966ab9..ec3b6fb 100644
--- a/repo.proto
+++ b/repo.proto
@@ -27,6 +27,7 @@ message Repo { // `autogenpb:marshal`
google.protobuf.Timestamp lastGoDep = 13; // last time go.sum was processed
bool dirty = 14; // if git says things have been changed
GoDeps published = 15; // the last published go.mod/go.sum
+ string targetVersion = 16; // useful during the package release process
}
message Repos { // `autogenpb:marshal`