From dd6d687dccb48dcdce65a5c2308b26efc24639b2 Mon Sep 17 00:00:00 2001 From: Giuseppe Barbieri Date: Mon, 23 Aug 2021 17:21:14 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62060ad..e6976d7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ I was tired of Github Packages requiring authentication even for public access, Usually it was already possible doing something like that, but this implicitely meant you had to have the repo cloned locally and manually committ and push. Now these limitations are gone, allowing for even faster development cycles. -What this plugin does is the following: +What this plugin does is the following, for each project/module: - publishes locally to `$buildDir/repo` - creates a `tmp` branch on the github repo - uploads file by file From 828c13b41a6da80d208caf0545c2814e559434a6 Mon Sep 17 00:00:00 2001 From: Giuseppe Barbieri Date: Mon, 23 Aug 2021 17:22:43 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6976d7..d727dc3 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Sometimes it happens you forget to commit before publishing. In order to avoid t the default setting `commitWithChanges` will warn you whenever you are committing while there are changes to be committed or not staged for commit. -This requires `git` being available on path though, which is automatically set at begin with `gitOnPath`. +This requires `git` being available on path though, which is automatically set at begin in `gitOnPath`. `defaultCommitWithChanges` will instead automatically highlight the given answer when asking if you want to commit anyway with changes. From 6f437f19027365891ca5b3a3123bdbf02ba920ec Mon Sep 17 00:00:00 2001 From: Giuseppe Barbieri Date: Tue, 24 Aug 2021 18:04:22 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d727dc3..7c0ba7f 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ magik { ``` -### Known limitations for Github repositories +### Known limitations -max 100GB total repo size, max 100MB size per file +- each Github repository has an hard limit of 100 GB for the total size and 100 MB size per each file. From 667973d1639b71dfb39729f808ecf5357d423bca Mon Sep 17 00:00:00 2001 From: Giuseppe Barbieri Date: Tue, 24 Aug 2021 18:06:03 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c0ba7f..d4f013d 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,8 @@ magik { ``` -### Known limitations +### Github known limitations -- each Github repository has an hard limit of 100 GB for the total size and 100 MB size per each file. +- every repository has an hard limit of 100 GB for its total size +- every file has an hard limit of 100 MB for its size