Skip to content

Commit b9f4486

Browse files
committed
Release 0.5.0
1 parent 724f0bd commit b9f4486

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
with:
4545
tag_name: "v%s"
4646
tag_message: "v%s"
47-
commit_pattern: ".*"
4847
env:
4948
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5049
NPM_AUTH_TOKEN: ${{ secrets.QMBOT_NPM_TOKEN }}

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ yarn add d3-quant
1414
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1515
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
1616

17-
**Reference**
1817

1918
- [Binary Tree](#binary-tree)
2019
- [Sobol low-discrepancy sequence](#sobol-low-discrepancy-sequence)
20+
- [Make a Release](#make-a-release)
2121

2222
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2323

@@ -59,3 +59,13 @@ const sobol = d3.sobol(5);
5959
sobol.next() \\ [ 0, 0, 0, 0, 0 ]
6060
sobol.next() \\ [ 0.5, 0.5, 0.5, 0.5, 0.5 ]
6161
```
62+
63+
## Make a Release
64+
65+
For maintainers, to make a new realase, bump the version and issue this commit message
66+
67+
```
68+
Relase x.y.z
69+
```
70+
71+
replacing `x.t.z` with the correct version matching the package.json.

0 commit comments

Comments
 (0)