@@ -5,15 +5,15 @@ To release a new version of Jazzer.js follow the described process:
5
5
1 . Create a release PR
6
6
- Update the version numbers in ` package.json ` for the root and sub-modules
7
7
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.
9
9
2 . Approve and merge the release PR
10
10
3 . Create and push a version tag on the latest commit of the release
11
11
- Tag format ` v<new-version-number> ` , e.g. ` v1.0.0 `
12
12
4 . 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
17
17
- The prerelease is listed on the
18
18
[ release page] ( https://github.com/CodeIntelligenceTesting/jazzer.js/releases )
19
19
5 . Release the prerelease in GitHub
@@ -25,4 +25,4 @@ To release a new version of Jazzer.js follow the described process:
25
25
6 . Wait until the ` Release ` GitHub action workflow has finished successfully
26
26
- The workflow will build and publish the
27
27
[ 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