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