-
Notifications
You must be signed in to change notification settings - Fork 2
Release process
Samuel D. Leslie edited this page Oct 3, 2022
·
7 revisions
Instructions assume a correctly configured development environment.
- Update the version in the
package.json
file- Be sure to run
npm install
and commit the updatedpackage-lock.json
file as well!
- Be sure to run
- Update
CHANGELOG.md
(review the commit history). - Push all commits on
main
and check all builds pass.
- Build the package:
npm run build
- Upload the new release:
npm publish
Consult the internal documentation (Draftable employees only) for credentials suitable for publishing.
- Add a new Git tag corresponding to the release.
- Fast-forward the
stable
branch to matchmain
. - Update any internal repositories to use the new version.