diff --git a/changelog/unreleased/add-global-vars-extrator.md b/changelog/unreleased/add-global-vars-extrator.md new file mode 100644 index 0000000000..80d01b0425 --- /dev/null +++ b/changelog/unreleased/add-global-vars-extrator.md @@ -0,0 +1,7 @@ +Enhancement: add global env variable extractor + +We have added a little tool that will extract global env vars, that are loaded +only through os.Getenv for documentation purposes + +https://github.com/owncloud/ocis/issues/4916 +https://github.com/owncloud/ocis/pull/5164