@codedrifters/configulator 0.0.186 → 0.0.188

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.mjs CHANGED
@@ -1900,7 +1900,7 @@ var issueWorkerSubAgent = {
1900
1900
  "",
1901
1901
  "After the PR is created:",
1902
1902
  "```bash",
1903
- 'gh issue edit <number> --add-label "status:done"',
1903
+ 'gh issue edit <number> --remove-label "status:in-progress" --add-label "status:done"',
1904
1904
  "```",
1905
1905
  "",
1906
1906
  "---",
@@ -2797,7 +2797,7 @@ var VERSION = {
2797
2797
  /**
2798
2798
  * Version of Projen to use.
2799
2799
  */
2800
- PROJEN_VERSION: "0.99.47",
2800
+ PROJEN_VERSION: "0.99.48",
2801
2801
  /**
2802
2802
  * What version of the turborepo library should we use?
2803
2803
  */