reversion
The reversion
will prompt for a new version number and apply
that to the .
Run npm run reversion
in the root to trigger this script.
Under the hood, this will run:
Terminal
node scripts/reversion.mjs && \
npm run reconfigure
In other words, it will first run a script to prompt for the new version,
and update the various configuration files with the new version number. Then
it will run the reconfigure
run
script.
Sample output:
The current version is: 0.3.0
Enter a new version number: