- Run the manual memory tests in
test/manualto make sure we didn't introduce a memory leak- Consider whether any changes warrant additions to these tests
- Stop and think "What version number should this be according to SemVer?"
- Add an entry to the History file.
- Bump version number in
package.json - Commit changes
git commit -am "<version>" - Create a tag
git tag -a <version> -m "<version>" - Push to GitHub (
git push origin master --follow-tags). - Once CI builds pass,
sentry-probotwill publish a release on npm and GitHub.
This repository was archived by the owner on Oct 23, 2023. It is now read-only.