Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/release bumping #237

Merged
merged 4 commits into from
Mar 2, 2023
Merged

Fix/release bumping #237

merged 4 commits into from
Mar 2, 2023

Conversation

nwittwer
Copy link
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