Skip to content

Commit 3e7ef77

Browse files
committed
Release v0.0.1
1 parent c9fc27e commit 3e7ef77

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- name: Replace all GitHub links to individual packages with npm links
4040
run: |
4141
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei '/tree\/main/b; s/@stdlib\/([^:]*)\]: https:\/\/github.com\/stdlib-js/@stdlib\/\1\]: https:\/\/www.npmjs.com\/package\/@stdlib/g'
42+
- name: Replace list with links to other branches from installation section
43+
run: |
44+
find . -type f -name '*.md' -print0 | xargs -0 perl -0777 -i -pe "s/\`\`\`\n\nAlternatively,[^<]+<\/section>/\`\`\`\n\n<\/section>/"
4245
- name: Replace all stdlib GitHub dependencies with the respective npm packages
4346
run: |
4447
find package.json -type f -print0 | xargs -0 sed -Ei 's/"github:stdlib-js[^"]*"/"^0.0.x"/g'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ See [LICENSE][stdlib-license].
126126

127127
## Copyright
128128

129-
Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
129+
Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
130130

131131
</section>
132132

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/array-base-logspace",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Generate a logarithmically spaced numeric array.",
55
"license": "Apache-2.0",
66
"author": {

0 commit comments

Comments
 (0)