Skip to content

Commit 49d7124

Browse files
committed
Update release docs
1 parent 69eba07 commit 49d7124

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/release.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ To release a new version of Jazzer.js follow the described process:
55
1. 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.
99
2. Approve and merge the release PR
1010
3. 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`
1212
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
1717
- The prerelease is listed on the
1818
[release page](https://github.com/CodeIntelligenceTesting/jazzer.js/releases)
1919
5. Release the prerelease in GitHub
@@ -25,4 +25,4 @@ To release a new version of Jazzer.js follow the described process:
2525
6. 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

Comments
 (0)