Skip to content

Commit 58f6356

Browse files
committed
Auto-generated commit
1 parent b853817 commit 58f6356

File tree

9 files changed

+309
-44
lines changed

9 files changed

+309
-44
lines changed

.github/workflows/productionize.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
node -e "var pkg = require( './package.json' ); pkg.dependencies[ '@stdlib/error-tools-fmtprodmsg' ] = '^$PKG_VERSION'; require( 'fs' ).writeFileSync( 'package.json', JSON.stringify( pkg, null, 2 ) );"
9595
fi
9696
97-
# Configure git:
98-
- name: 'Configure git'
97+
# Configure Git:
98+
- name: 'Configure Git'
9999
run: |
100100
git config --local user.email "noreply@stdlib.io"
101101
git config --local user.name "stdlib-bot"
@@ -191,8 +191,8 @@ jobs:
191191
# Pin action to full length commit SHA
192192
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
193193

194-
# Configure git:
195-
- name: 'Configure git'
194+
# Configure Git:
195+
- name: 'Configure Git'
196196
run: |
197197
git config --local user.email "noreply@stdlib.io"
198198
git config --local user.name "stdlib-bot"
@@ -366,8 +366,8 @@ jobs:
366366
# Pin action to full length commit SHA
367367
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
368368

369-
# Configure git:
370-
- name: 'Configure git'
369+
# Configure Git:
370+
- name: 'Configure Git'
371371
run: |
372372
git config --local user.email "noreply@stdlib.io"
373373
git config --local user.name "stdlib-bot"
@@ -539,8 +539,8 @@ jobs:
539539
# Pin action to full length commit SHA
540540
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
541541

542-
# Configure git:
543-
- name: 'Configure git'
542+
# Configure Git:
543+
- name: 'Configure Git'
544544
run: |
545545
git config --local user.email "noreply@stdlib.io"
546546
git config --local user.name "stdlib-bot"
@@ -735,8 +735,8 @@ jobs:
735735
echo "bump=true" >> $GITHUB_OUTPUT
736736
fi
737737
738-
# Configure git:
739-
- name: 'Configure git'
738+
# Configure Git:
739+
- name: 'Configure Git'
740740
if: steps.check-if-bump.outputs.bump
741741
run: |
742742
git config --local user.email "noreply@stdlib.io"

.github/workflows/publish.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
node-version: 20
7373
timeout-minutes: 5
7474

75-
# Configure git:
76-
- name: 'Configure git'
75+
# Configure Git:
76+
- name: 'Configure Git'
7777
run: |
7878
git config --local user.email "noreply@stdlib.io"
7979
git config --local user.name "stdlib-bot"
@@ -94,6 +94,10 @@ jobs:
9494
# Replace branch in README.md link definitions for badges with the new version:
9595
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei "s/branch([=:])[^ ]+/branch\1v${NEW_VERSION}/g"
9696
97+
# Rewrite CHANGELOG.md to replace "Unreleased" with the new version:
98+
sed -Ei "s/Unreleased/${NEW_VERSION}/g" CHANGELOG.md
99+
sed -Ei "s/unreleased/v${NEW_VERSION}/g" CHANGELOG.md
100+
97101
# Create a new commit and tag:
98102
git add package.json README.md
99103
git commit -m "Release v${NEW_VERSION}"
@@ -202,7 +206,7 @@ jobs:
202206
# Publish package to npm:
203207
- name: 'Publish package to npm'
204208
# Pin action to full length commit SHA
205-
uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1
209+
uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
206210
with:
207211
token: ${{ secrets.NPM_TOKEN }}
208212
access: public

.npmrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ shrinkwrap = false
2727
# Disable automatically "saving" dependencies on install:
2828
save = false
2929

30-
# Generate provenance metadata:
31-
provenance = true
30+
# Do not generate provenance metadata:
31+
provenance = false

CHANGELOG.md

Lines changed: 261 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,264 @@
22

33
> Package changelog.
44
5-
See [GitHub Releases](https://github.com/stdlib-js/blas-ext-base-scusum/releases) for the changelog.
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2024-07-28)
8+
9+
<section class="bug-fixes">
10+
11+
### Bug Fixes
12+
13+
- [`bcf58bb`](https://github.com/stdlib-js/stdlib/commit/bcf58bbc808831edd9993072d47bb1bfdd9fb1a6) - resolve bugs in addon.c
14+
- [`de9ca6a`](https://github.com/stdlib-js/stdlib/commit/de9ca6a375bffa0683dde68a81da5922edd3d9c2) - update manifest.json
15+
16+
</section>
17+
18+
<!-- /.bug-fixes -->
19+
20+
<section class="issues">
21+
22+
### Closed Issues
23+
24+
This release closes the following issue:
25+
26+
[#1516](https://github.com/stdlib-js/stdlib/issues/1516)
27+
28+
</section>
29+
30+
<!-- /.issues -->
31+
32+
<section class="commits">
33+
34+
### Commits
35+
36+
<details>
37+
38+
- [`272ae7a`](https://github.com/stdlib-js/stdlib/commit/272ae7ac5c576c68cfab1b6e304c86407faa20cd) - **docs:** remove comment _(by Athan Reines)_
39+
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
40+
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
41+
- [`ceb4943`](https://github.com/stdlib-js/stdlib/commit/ceb494351d42c2505e559a2c8aad9a120c76d0db) - **docs:** remove comments _(by Athan Reines)_
42+
- [`bcf58bb`](https://github.com/stdlib-js/stdlib/commit/bcf58bbc808831edd9993072d47bb1bfdd9fb1a6) - **fix:** resolve bugs in addon.c _(by Philipp Burckhardt)_
43+
- [`b3051ee`](https://github.com/stdlib-js/stdlib/commit/b3051eece13a0ef20b0ff0df0c95e0c0ef3ace48) - **test:** fix number of elements _(by Philipp Burckhardt)_
44+
- [`de9ca6a`](https://github.com/stdlib-js/stdlib/commit/de9ca6a375bffa0683dde68a81da5922edd3d9c2) - **fix:** update manifest.json _(by Philipp Burckhardt)_
45+
- [`5ca58c5`](https://github.com/stdlib-js/stdlib/commit/5ca58c52062ee83fc9f29167a7a25c85970ea1fe) - **refactor:** update `blas/ext/base/scusum` to follow current project conventions [(#1864)](https://github.com/stdlib-js/stdlib/pull/1864) _(by Golden Kumar, Athan Reines)_
46+
47+
</details>
48+
49+
</section>
50+
51+
<!-- /.commits -->
52+
53+
<section class="contributors">
54+
55+
### Contributors
56+
57+
A total of 3 people contributed to this release. Thank you to the following contributors:
58+
59+
- Athan Reines
60+
- Golden Kumar
61+
- Philipp Burckhardt
62+
63+
</section>
64+
65+
<!-- /.contributors -->
66+
67+
</section>
68+
69+
<!-- /.release -->
70+
71+
<section class="release" id="v0.2.1">
72+
73+
## 0.2.1 (2024-02-24)
74+
75+
No changes reported for this release.
76+
77+
</section>
78+
79+
<!-- /.release -->
80+
81+
<section class="release" id="v0.2.0">
82+
83+
## 0.2.0 (2024-02-14)
84+
85+
<section class="commits">
86+
87+
### Commits
88+
89+
<details>
90+
91+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
92+
- [`ac78ce0`](https://github.com/stdlib-js/stdlib/commit/ac78ce0b1ec7b3178eb955d4eeb7d3a3753a3561) - **build:** remove tslint directives _(by Philipp Burckhardt)_
93+
94+
</details>
95+
96+
</section>
97+
98+
<!-- /.commits -->
99+
100+
<section class="contributors">
101+
102+
### Contributors
103+
104+
A total of 1 person contributed to this release. Thank you to this contributor:
105+
106+
- Philipp Burckhardt
107+
108+
</section>
109+
110+
<!-- /.contributors -->
111+
112+
</section>
113+
114+
<!-- /.release -->
115+
116+
<section class="release" id="v0.1.0">
117+
118+
## 0.1.0 (2023-09-24)
119+
120+
<section class="features">
121+
122+
### Features
123+
124+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version
125+
126+
</section>
127+
128+
<!-- /.features -->
129+
130+
<section class="breaking-changes">
131+
132+
### BREAKING CHANGES
133+
134+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version
135+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1
136+
137+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
138+
139+
</section>
140+
141+
<!-- /.breaking-changes -->
142+
143+
<section class="commits">
144+
145+
### Commits
146+
147+
<details>
148+
149+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
150+
- [`4d943eb`](https://github.com/stdlib-js/stdlib/commit/4d943eb98ed10314432bbfa5a3af3634ea19b969) - **docs:** resolve C lint errors _(by Athan Reines)_
151+
- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
152+
153+
</details>
154+
155+
</section>
156+
157+
<!-- /.commits -->
158+
159+
<section class="contributors">
160+
161+
### Contributors
162+
163+
A total of 2 people contributed to this release. Thank you to the following contributors:
164+
165+
- Athan Reines
166+
- Philipp Burckhardt
167+
168+
</section>
169+
170+
<!-- /.contributors -->
171+
172+
</section>
173+
174+
<!-- /.release -->
175+
176+
<section class="release" id="v0.0.9">
177+
178+
## 0.0.9 (2022-08-29)
179+
180+
No changes reported for this release.
181+
182+
</section>
183+
184+
<!-- /.release -->
185+
186+
<section class="release" id="v0.0.8">
187+
188+
## 0.0.8 (2022-07-08)
189+
190+
No changes reported for this release.
191+
192+
</section>
193+
194+
<!-- /.release -->
195+
196+
<section class="release" id="v0.0.7">
197+
198+
## 0.0.7 (2022-07-07)
199+
200+
No changes reported for this release.
201+
202+
</section>
203+
204+
<!-- /.release -->
205+
206+
<section class="release" id="v0.0.6">
207+
208+
## 0.0.6 (2022-02-16)
209+
210+
No changes reported for this release.
211+
212+
</section>
213+
214+
<!-- /.release -->
215+
216+
<section class="release" id="v0.0.5">
217+
218+
## 0.0.5 (2021-08-23)
219+
220+
No changes reported for this release.
221+
222+
</section>
223+
224+
<!-- /.release -->
225+
226+
<section class="release" id="v0.0.4">
227+
228+
## 0.0.4 (2021-07-07)
229+
230+
No changes reported for this release.
231+
232+
</section>
233+
234+
<!-- /.release -->
235+
236+
<section class="release" id="v0.0.3">
237+
238+
## 0.0.3 (2021-06-28)
239+
240+
No changes reported for this release.
241+
242+
</section>
243+
244+
<!-- /.release -->
245+
246+
<section class="release" id="v0.0.2">
247+
248+
## 0.0.2 (2021-06-16)
249+
250+
No changes reported for this release.
251+
252+
</section>
253+
254+
<!-- /.release -->
255+
256+
<section class="release" id="v0.0.1">
257+
258+
## 0.0.1 (2021-06-15)
259+
260+
No changes reported for this release.
261+
262+
</section>
263+
264+
<!-- /.release -->
265+

0 commit comments

Comments
 (0)