@@ -5,15 +5,15 @@ To release a new version of Jazzer.js follow the described process:
551 . Create a release PR
66 - Update the version numbers in ` package.json ` for the root and sub-modules
77 Version numbers are based on [ Semantic Versioning] ( https://semver.org )
8- - Add other release relevant changes, like adding release specific docs etc
8+ - Add other release relevant changes, like adding release specific docs etc.
992 . Approve and merge the release PR
10103 . Create and push a version tag on the latest commit of the release
1111 - Tag format ` v<new-version-number> ` , e.g. ` v1.0.0 `
12124 . Wait until the ` Prerelease ` GitHub action workflow has finished successfully
13- - The workflow will create a GitHub pre-release based on the tag
14- - It adds prebuild artifacts of all supported platforms to it
15- - An automatic changelog based on the included merge requests added to the
16- prerelease description
13+ - The workflow creates a GitHub prerelease based on the created tag
14+ - It adds prebuild artifacts of all supported platforms
15+ - An automatic changelog, based on the included merge requests, is added to
16+ the prerelease description
1717 - The prerelease is listed on the
1818 [ release page] ( https://github.com/CodeIntelligenceTesting/jazzer.js/releases )
19195 . Release the prerelease in GitHub
@@ -25,4 +25,4 @@ To release a new version of Jazzer.js follow the described process:
25256 . Wait until the ` Release ` GitHub action workflow has finished successfully
2626 - The workflow will build and publish the
2727 [ NPM packages] ( https://www.npmjs.com/package/@jazzer.js/core ) .
28- 7 . Enjoy the rest of your day
28+ 7 . Enjoy the rest of your day 🎂
0 commit comments