Kaynağa Gözat

report-generator: Update paths + links

 - Fix outdated spending proposals file path
 - Fix wrong last budget proposal link
 - Update repo path
Ricardo Maltez 3 yıl önce
ebeveyn
işleme
2cf41b4988

+ 2 - 2
scripts/report-generator/src/generator.ts

@@ -28,9 +28,9 @@ import { Mint, MintId } from "@joystream/types/mint";
 import { ProposalDetailsOf, ProposalOf } from "@joystream/types/augment/types";
 
 const CONFIG: Config = {
-  repoDir: __dirname + "/../../../../",
+  repoDir: __dirname + "/../../../",
   reportsDir: "council/tokenomics",
-  spendingCategoriesFile: "governance/spending_proposal_categories.csv",
+  spendingCategoriesFile: "council/spending_proposal_categories.csv",
   councilTemplate: __dirname + "/../templates/council.md",
   tokenomicsTemplate: __dirname + "/../templates/tokenomics.md",
   providerUrl: "ws://127.0.0.1:9944",

+ 1 - 1
scripts/report-generator/templates/council.md

@@ -32,7 +32,7 @@ The Council Round number is taken from the chain, the KPI rounds have an offset
 * End minted: {endMinted}
 * Total minted during council round: {totalNewMinted} tokens (+{percNewMinted}% from start)
 
-* Budget proposal link: https://testnet.joystream.org/#/proposals/802
+* Budget proposal link: https://testnet.joystream.org/#/proposals/813
 * Budget forum link: https://testnet.joystream.org/#/forum/threads/717
 
 (Note: The council budget is now based on the rewards for roles, council payments and validator payments. Jsgenesis decides how much to set the mint to.)