Check version numbers in README.md
, package.json
, package-lock.json
.
In your regular working directory
git checkout main
git fetch origin
git pull origin main
rm -rf node_modules
npm install --production
git status
## if there are any changes,
# git add node_modules --force
# git commit -m "production dependencies only"
npm install
npm run all
git status
## if there are any changes
# git add thefiles
# git commit -m "changes"
# git push origin main
On GitHub, run test actions if need be. Then
Go to https://github.com/zenodraft/action/releases/new to make the new release.