Skip to content

Fix/release bumping#237

Merged
nwittwer merged 4 commits intodevfrom
fix/release-bumping
Mar 2, 2023
Merged

Fix/release bumping#237
nwittwer merged 4 commits intodevfrom
fix/release-bumping

Conversation

@nwittwer
Copy link
Copy Markdown
Collaborator

@nwittwer nwittwer commented Mar 2, 2023

  • Fixed the yarn run release script
  • Migrated script to TypeScript, and run the script using: npx @digitak/esrun --tsconfig=./scripts/tsconfig.json ./scripts/updater-cli.ts. The @digitak/esrun package provides an incredibly easy way to run .ts files which use ES6 syntax like import, without having to resort to using .mjs or setting the package.json module type.

@nwittwer nwittwer merged commit cab16fa into dev Mar 2, 2023
nwittwer added a commit that referenced this pull request Mar 14, 2023
* Found solution to running TS file with Node in place (package.json release script with esrun, ts-config, updater-cli.ts)

* v0.7.0-beta.27

* Use fs.readfile instead of unpredictable await import of package.json file

* Improved prompt copywriting and fixed newVersion variable to grab the correct new value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant