-
Notifications
You must be signed in to change notification settings - Fork 22
Publishing new version
Tyler Vigario edited this page Jun 15, 2024
·
7 revisions
git fetch upstream
git reset --hard upstream/master
git push --force
- Update the version number in the package.json
npm update
git add .
git commit -m "Bump to v1.21.0"
git push -u upstream master
git fetch upstream
git reset --hard upstream/master
git push --force
git tag v1.21.0
git push upstream tag v1.21.0
- Create 7z archive with contents of
/dist
- Draft a new release on GitHub
- Select tag
v1.21.0
- Generate release notes
- Add
dist.7z
to release assets - Publish