diff --git a/README.md b/README.md index a7e9fc6..c17cb1c 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,12 @@ This repository holds shell scripts that Intersect uses to engage in Cardano on- #### 2025 Budget Scripts -- [budget-metadata-validate.sh](./scripts/budget-metadata-validate.sh) +- [budget-metadata-validate.sh](./scripts/budget-metadata-validate.sh) - Runs correctness and validity checks for budget treasury withdrawal CIP108 metadata. - Uses a combination of the other scripts +- [budget-metadata-create.sh](./scripts/budget-metadata-create.sh) + - Creates Intersect budget metadata file from a `.docx` + - This expects certain structure within the `.docx` #### Governance Action Scripts @@ -28,8 +31,6 @@ This repository holds shell scripts that Intersect uses to engage in Cardano on- #### Governance (CIP-100+) Metadata Scripts -- [metadata-create.sh](./scripts/metadata-create.sh) - - Creates Intersect budget metadata file from a `.docx` - [metadata-validate.sh](./scripts/metadata-validate.sh) - Compares governance metadata against the established schema(s) - Applies a spell check to CIP108 metadata fields diff --git a/scripts/metadata-create.sh b/scripts/budget-metadata-create.sh similarity index 99% rename from scripts/metadata-create.sh rename to scripts/budget-metadata-create.sh index 9600e88..29b7c38 100755 --- a/scripts/metadata-create.sh +++ b/scripts/budget-metadata-create.sh @@ -8,7 +8,7 @@ # Exit immediately if a command exits with a non-zero status, # treat unset variables as an error, and fail if any command in a pipeline fails -set -euo pipefail +# set -euo pipefail # Colors #BLACK='\033[0;30m'